openvswitch: Add support for network namespaces.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 23 Feb 2012 03:58:59 +0000 (19:58 -0800)
committerJesse Gross <jesse@nicira.com>
Wed, 22 Aug 2012 21:48:55 +0000 (14:48 -0700)
Following patch adds support for network namespace to openvswitch.
Since it must release devices when namespaces are destroyed, a
side effect of this patch is that the module no longer keeps a
refcount but instead cleans up any state when it is unloaded.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>

No differences found