diff options
author | Amit Cohen <amcohen@nvidia.com> | 2023-10-09 12:06:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-13 11:00:30 +0200 |
commit | bfe36bf7811c3171e546a956377ea16e89ecf838 (patch) | |
tree | df525d446fb5d2cb5744a13cde68abc83b8b33f0 /init | |
parent | net: Handle bulk delete policy in bridge driver (diff) | |
download | linux-bfe36bf7811c3171e546a956377ea16e89ecf838.tar.xz linux-bfe36bf7811c3171e546a956377ea16e89ecf838.zip |
vxlan: vxlan_core: Make vxlan_flush() more generic for future use
The function vxlan_flush() gets a boolean called 'do_all' and in case
that it is false, it does not flush entries with state 'NUD_PERMANENT'
or 'NUD_NOARP'. The following patches will add support for FDB flush
with parameters from user space. Make the function more generic, so it
can be used later.
Signed-off-by: Amit Cohen <amcohen@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions