[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251109105934.3116270d@phoenix>
Date: Sun, 9 Nov 2025 10:59:34 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Petr Oros <poros@...hat.com>
Cc: netdev@...r.kernel.org, dsahern@...nel.org, jiri@...nulli.us, Ivan
Vecera <ivecera@...hat.com>
Subject: Re: [PATCH iproute2-next v2] dpll: Add dpll command
On Fri, 7 Nov 2025 18:31:16 +0100
Petr Oros <poros@...hat.com> wrote:
> +struct dpll {
> + struct mnlu_gen_socket nlg;
> + int argc;
> + char **argv;
> + bool json_output;
> +};
> +
In most other iproute2 code json output is simple global json flag.
Why is argc/argv needed after initial parsing?
Powered by blists - more mailing lists