diff options
author | Roopa Prabhu <roopa@cumulusnetworks.com> | 2017-10-07 08:12:37 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-09 07:12:04 +0300 |
commit | 821f1b21cabb46827ce39ddf82e2789680b5042a (patch) | |
tree | d5d161286e665694818231b33c4cfe38264a1079 /net/bridge/br_device.c | |
parent | 951f788a80ff8b6339c5c1ab888b0d4b4352efd8 (diff) | |
download | linux-821f1b21cabb46827ce39ddf82e2789680b5042a.tar.xz |
bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood
This patch adds a new bridge port flag BR_NEIGH_SUPPRESS to
suppress arp and nd flood on bridge ports. It implements
rfc7432, section 10.
https://tools.ietf.org/html/rfc7432#section-10
for ethernet VPN deployments. It is similar to the existing
BR_PROXYARP* flags but has a few semantic differences to conform
to EVPN standard. Unlike the existing flags, this new flag suppresses
flood of all neigh discovery packets (arp and nd) to tunnel ports.
Supports both vlan filtering and non-vlan filtering bridges.
In case of EVPN, it is mainly used to avoid flooding
of arp and nd packets to tunnel ports like vxlan.
This patch adds netlink and sysfs support to set this bridge port
flag.
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_device.c')
0 files changed, 0 insertions, 0 deletions