Re: [Bridge] [PATCH net-next v2 1/8] net: rtnetlink: add RTM_FLUSHNEIGH

2022-04-15 Thread David Ahern
On Mon, Apr 11, 2022 at 08:29:27PM +0300, Nikolay Aleksandrov wrote: > Add a new rtnetlink type used to flush neigh objects. It will be > initially used to add flush with filtering support for bridge fdbs, but > it also opens the door to add similar support to others (e.g. vxlan). > >

[Bridge] [PATCH net-next v2 1/8] net: rtnetlink: add RTM_FLUSHNEIGH

2022-04-11 Thread Nikolay Aleksandrov
Add a new rtnetlink type used to flush neigh objects. It will be initially used to add flush with filtering support for bridge fdbs, but it also opens the door to add similar support to others (e.g. vxlan). Signed-off-by: Nikolay Aleksandrov --- include/uapi/linux/rtnetlink.h | 3 +++