[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <52857ec7-48fc-b22c-de20-e751d51e612e@gmail.com>
Date: Tue, 31 Aug 2021 20:36:37 -0700
From: David Ahern <dsahern@...il.com>
To: Nikolay Aleksandrov <razor@...ckwall.org>, netdev@...r.kernel.org
Cc: roopa@...dia.com, stephen@...workplumber.org,
Joachim Wiberg <troglobit@...il.com>,
Nikolay Aleksandrov <nikolay@...dia.com>
Subject: Re: [PATCH iproute2-next v2 07/19] bridge: vlan: add global
mcast_snooping option
On 8/28/21 4:07 AM, Nikolay Aleksandrov wrote:
> @@ -397,6 +400,12 @@ static int vlan_global_option_set(int argc, char **argv)
> if (vid_end != -1)
> addattr16(&req.n, sizeof(req),
> BRIDGE_VLANDB_GOPTS_RANGE, vid_end);
> + } else if (strcmp(*argv, "mcast_snooping") == 0) {
> + NEXT_ARG();
> + if (get_u8(&val8, *argv, 0))
> + invarg("invalid mcast_snooping", *argv);
> + addattr8(&req.n, 1024,
> + BRIDGE_VLANDB_GOPTS_MCAST_SNOOPING, val8);
> } else {
> if (matches(*argv, "help") == 0)
> NEXT_ARG();
How did you redo this patch set where 06 uses strcmp for the help line
and yet patches 7-17 all have matches?
Fixed those up given where we are with 5.14 cycle and applied to
iproute2-next.
Powered by blists - more mailing lists