[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bbcd47f3-f1a9-5167-0007-ed91802e8a46@gmail.com>
Date: Fri, 27 Aug 2021 10:15:43 -0700
From: David Ahern <dsahern@...il.com>
To: Nikolay Aleksandrov <razor@...ckwall.org>, netdev@...r.kernel.org
Cc: roopa@...dia.com, Joachim Wiberg <troglobit@...il.com>,
Nikolay Aleksandrov <nikolay@...dia.com>
Subject: Re: [PATCH iproute2-next 10/17] bridge: vlan: add global
mcast_last_member_interval option
On 8/26/21 6:05 AM, Nikolay Aleksandrov wrote:
> @@ -42,6 +42,7 @@ static void usage(void)
> " [ mcast_igmp_version IGMP_VERSION ]\n"
> " [ mcast_mld_version MLD_VERSION ]\n"
> " [ mcast_last_member_count LAST_MEMBER_COUNT ]\n"
> + " [ mcast_last_member_interval LAST_MEMBER_INTERVAL ]\n"
> " [ mcast_startup_query_count STARTUP_QUERY_COUNT ]\n"
> " bridge vlan global { show } [ dev DEV ] [ vid VLAN_ID ]\n");
> exit(-1);
line lengths are too long. The LAST_MEMBER_INTERVAL is at 107 characters
wide just in what is displayed to the user. Let's keep those under 100.
Powered by blists - more mailing lists