commit | 61f46fe8c646c1cc7810ee0963d7870b6d901a96 | [log] [tgz] |
---|---|---|
author | Petr Machata <petrm@mellanox.com> | Wed Jan 16 23:06:38 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 15:18:46 2019 -0800 |
tree | 11d784d679c390b957e440bb5b3d243631942487 | |
parent | ccdfd4f71d10937504cac8663cb1782063319e39 [diff] |
vxlan: Allow vetoing of FDB notifications Change vxlan_fdb_switchdev_call_notifiers() to return the result from calling switchdev notifiers. Propagate the error number up the stack. In vxlan_fdb_update_existing() and vxlan_fdb_update_create() add rollbacks to clean up the work that was done before the veto. Signed-off-by: Petr Machata <petrm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>