commit | a76d1ca296a7eefba5d186014fc4cd14ee98c28b | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Wed Jan 16 23:06:32 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 15:18:46 2019 -0800 |
tree | 0f5d70078e2ca2a275c8f133e55335d0bca5a747 | |
parent | c2b200e0bac0a0667f2de18e0806fcf71b745080 [diff] |
vxlan: Split vxlan_fdb_update() in two In order to make it easier to implement rollbacks after FDB update vetoing, separate the FDB update code to two parts: one that deals with updates of existing FDB entries, and one that creates new entries. Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>