> On Aug 12, 2015, at 7:21 PM, Stephen Hemminger <step...@networkplumber.org> > wrote: > > On Tue, 11 Aug 2015 15:56:24 +0300 > Nikolay Aleksandrov <ra...@blackwall.org> wrote: > >> From: Nikolay Aleksandrov <niko...@cumulusnetworks.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 <niko...@cumulusnetworks.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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html