]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/bridge.8
iplink: new option to set neigh suppression on a bridge port
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Tue, 10 Oct 2017 04:42:13 +0000 (21:42 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 11 Oct 2017 17:56:36 +0000 (10:56 -0700)
commit41973a47dd851dd8c4d7ac8bb29ac66b0dab169d
tree4909eda8a0397c12b604d550b389d6e5b1e9ea15
parent2055bf15f184aa4841e84a82442f03e7ec3236be
iplink: new option to set neigh suppression on a bridge port

neigh suppression can be used to suppress arp and nd flood
to bridge ports. It maps to the recently added
kernel support for bridge port flag IFLA_BRPORT_NEIGH_SUPPRESS.

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
bridge/link.c
ip/iplink_bridge_slave.c
man/man8/bridge.8