]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iplink: bridge_slave: add support for IFLA_BRPORT_FLUSH
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 18 Jan 2017 06:36:45 +0000 (14:36 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 20 Jan 2017 18:32:34 +0000 (10:32 -0800)
commitd1b41236e120d651b454dc1fef3f5afc10fd154f
tree550bd7bfcc5c01292ce3bc73758c30af6fad032c
parentc3f1e3c4254a11da884793602e60399348b76d72
iplink: bridge_slave: add support for IFLA_BRPORT_FLUSH

This patch implements support for the IFLA_BRPORT_FLUSH attribute
in iproute2 so it can flush bridge slave's fdb dynamic entries.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
ip/iplink_bridge_slave.c