lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 1 Jan 2015 10:03:54 -0800 From: Stephen Hemminger <stephen@...workplumber.org> To: sfeldma@...il.com Cc: netdev@...r.kernel.org, jiri@...nulli.us, roopa@...ulusnetworks.com Subject: Re: [PATCH iproute2 v2] bridge/link: add learning_sync policy flag On Mon, 29 Dec 2014 12:20:07 -0800 sfeldma@...il.com wrote: > From: Scott Feldman <sfeldma@...il.com> > > v2: > > Resending now that the dust has cleared in 3.18 on "self" vs. hwmode debate for > brport settings. learning_sync is now set/cleared using "self" qualifier on > brport. > > v1: > > Add 'learned_sync' flag to turn on/off syncing of learned MAC addresses from > offload device to bridge's FDB. Flag is be set/cleared on offload device port > using "self" qualifier: > > $ sudo bridge link set dev swp1 learning_sync on self > > $ bridge -d link show dev swp1 > 2: swp1 state UNKNOWN : <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master br0 state forwarding priority 32 cost 2 > hairpin off guard off root_block off fastleave off learning off flood off > 2: swp1 state UNKNOWN : <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master br0 > learning on learning_sync on > > Adds new IFLA_BRPORT_LEARNED_SYNCED attribute for IFLA_PROTINFO on the SELF > brport. > > Signed-off-by: Scott Feldman <sfeldma@...il.com> Applied -- 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