diff options
author | David S. Miller <davem@davemloft.net> | 2016-06-14 22:21:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-14 22:21:45 -0700 |
commit | 61e0979a497b07f5a82f3050e37ecc7093e2971d (patch) | |
tree | 47ed9f32de8b902a77fce32f25d121b90f007f87 | |
parent | d1e37288c9146dccff830e3253e403af8705b51f (diff) | |
parent | 41009481b690493c169ce85f591b9d32c6fd9422 (diff) |
Merge branch 'ovs-notifications'
Nicolas Dichtel says:
====================
ovs: fix rtnl notifications on interface deletion
There was no rtnl notifications for interfaces (gre, vxlan, geneve) created
by ovs. This problem is fixed by adjusting the creation path.
v1 -> v2:
- add patch #1 and #4
- rework error handling in patch #2
====================
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>