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)
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>

Trivial merge