commit | 435f2e7cc0b783615d7fbcf08f5f00d289f9caeb | [log] [tgz] |
---|---|---|
author | Nikolay Aleksandrov <nikolay@cumulusnetworks.com> | Tue Sep 11 09:39:53 2018 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 12 20:30:03 2018 -0700 |
tree | 5f5f9be24f4b7e60cc7b722556791f14c6fe622e | |
parent | 15665342d48ba7fc7c2284663332381bc3083d33 [diff] |
net: bridge: add support for sticky fdb entries Add support for entries which are "sticky", i.e. will not change their port if they show up from a different one. A new ndm flag is introduced for that purpose - NTF_STICKY. We allow to set it only to non-local entries. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>