]> git.ipfire.org Git - thirdparty/iproute2.git/commit
iplink: bridge: add support for IFLA_BR_FDB_FLUSH
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 18 Jan 2017 06:12:47 +0000 (14:12 +0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 20 Jan 2017 18:32:34 +0000 (10:32 -0800)
commitf3372d62ebef4601a731f3df93447bb59e1bc4d3
tree30e1d4b9d4837dd8ff15049c336deec90cd94a28
parente763e3310ec77159fbe02f3b7ac1bde4912072db
iplink: bridge: add support for IFLA_BR_FDB_FLUSH

This patch implements support for the IFLA_BR_FDB_FLUSH attribute
in iproute2 so it can flush bridge fdb dynamic entries.

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