commit | 70e4272b4c81828e7d942209bae83b9d92752cfe | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Sat Nov 24 04:34:21 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 27 15:04:15 2018 -0800 |
tree | 4d3d081ba8776a1d67206c8c9d0ba4d1807e3092 | |
parent | a428afe82f98d2ffb31c981671630df1fa25906f [diff] |
net: bridge: add no_linklocal_learn bool option Use the new boolopt API to add an option which disables learning from link-local packets. The default is kept as before and learning is enabled. This is a simple map from a boolopt bit to a bridge private flag that is tested before learning. v2: pass NULL for extack via sysfs Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>