commit | 1cdc98c2711e42d956c4a5ce525d3f8e90c58f9e | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Wed Jan 16 23:06:43 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 15:18:46 2019 -0800 |
tree | 82b07408b814d7901590d4b8e8900c94b5ebcae6 | |
parent | 038a5a99e95214d0549401c74711152d9869ead3 [diff] |
vxlan: changelink: Delete remote after update If a change in remote address prompts a change in a default FDB entry, that change might be vetoed. If that happens, it would then be necessary to reinstate the already-removed default FDB entry corresponding to the previous remote address. Instead, arrange to have the previous address removed only after the FDB is successfully vetted. Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>