commit | ccdfd4f71d10937504cac8663cb1782063319e39 | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Wed Jan 16 23:06:34 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 15:18:46 2019 -0800 |
tree | b7f1f4f3660164c11de7fada7c0d124e2f3597f1 | |
parent | a76d1ca296a7eefba5d186014fc4cd14ee98c28b [diff] |
vxlan: Have vxlan_fdb_replace() save original rdst value To enable rollbacks after vetoed FDB updates, extend vxlan_fdb_replace() to take an additional argument where it should store the original values of a modified rdst. Update the sole caller. The following patch will make use of the saved value. Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>