commit | 4f89f5b5353cae2e056713e823819f24cad92bc3 | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Fri Dec 07 19:55:04 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 07 12:59:08 2018 -0800 |
tree | 6059aa62100cffc3add52b9a1651fa3cb6524fec | |
parent | ff23b91ce1ae686e436e9926de1fda3342ef26f8 [diff] |
vxlan: Add vxlan_fdb_replay() When a VXLAN device becomes relevant to a driver (such as when it is attached to an offloaded bridge), the driver will generally need to walk the existing FDB entries and offload them. Add a function vxlan_fdb_replay() to call a given notifier block for each FDB entry with a given VNI. Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>