]> git.ipfire.org Git - thirdparty/linux.git/commit
net: bridge: fdb: add ndo_fdb_del_bulk
authorNikolay Aleksandrov <razor@blackwall.org>
Wed, 13 Apr 2022 10:51:58 +0000 (13:51 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Apr 2022 11:46:26 +0000 (12:46 +0100)
commitedaef191722439591bfba75b4e5650bfd39c9123
treec27604ccc69a4f088fc180391952e23bb871d30c
parent9e83425993f38bb89e0ea07849ba0039a748e85b
net: bridge: fdb: add ndo_fdb_del_bulk

Add a minimal ndo_fdb_del_bulk implementation which flushes all entries.
Support for more fine-grained filtering will be added in the following
patches.

Signed-off-by: Nikolay Aleksandrov <razor@blackwall.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_device.c
net/bridge/br_fdb.c
net/bridge/br_private.h