[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <C6EE9E65-3C7F-4793-88ED-02E18369AA18@blackwall.org>
Date: Wed, 12 Aug 2015 21:42:46 +0300
From: Nikolay Aleksandrov <razor@...ckwall.org>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org, davem@...emloft.net
Subject: Re: [PATCH iproute2 net-next 2/2] iplink: bridge: add support for IFLA_BR_VLAN_FILTERING attribute
> On Aug 12, 2015, at 7:21 PM, Stephen Hemminger <stephen@...workplumber.org> wrote:
>
> On Tue, 11 Aug 2015 15:56:24 +0300
> Nikolay Aleksandrov <razor@...ckwall.org> wrote:
>
>> From: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
>>
>> This patch implements support for the IFLA_BR_VLAN_FILTERING attribute
>> in iproute2 so it can enable/disable vlan_filtering.
>>
>> Example:
>> $ ip link set br0 type bridge vlan_filtering 1
>> $ ip -d link show br0
>> 6: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state
>> UP mode DEFAULT group default
>> link/ether 08:00:27:ea:07:38 brd ff:ff:ff:ff:ff:ff promiscuity 0
>> bridge forward_delay 1500 hello_time 200 max_age 2000 vlan_filtering 1
>> addrgenmode eui64
>>
>> Signed-off-by: Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
>
> Applied.
> Please update man page as well.
Hi Stephen,
I looked into the man page update while making the patch but I didn’t find bridge specific attributes anywhere and
so I thought that section hasn’t been added yet. Anyway, I have plans to add it and describe all of the currently
supported attributes plus the ones I plan to post patches for soon.
Cheers,
Nik--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists