]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Merge branch 'ovs-notifications'
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 05:21:45 +0000 (22:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jun 2016 05:21:45 +0000 (22:21 -0700)
commit61e0979a497b07f5a82f3050e37ecc7093e2971d
tree47ed9f32de8b902a77fce32f25d121b90f007f87
parentd1e37288c9146dccff830e3253e403af8705b51f
parent41009481b690493c169ce85f591b9d32c6fd9422
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>