Since commit c416eaf8c247 ("ovs-ctl: Remove code for upgrading from Open
vSwitch 1.9 and earlier.") the kernel configuration of the specified
network interfaces is not saved anymore for restart command so there is no
need to try to restore it.

CC: Ben Pfaff <[email protected]>
Fixes: c416eaf8c247 ("ovs-ctl: Remove code for upgrading from Open vSwitch 1.9 
and earlier.")
Signed-off-by: Timothy Redaelli <[email protected]>
---
 utilities/ovs-ctl.in | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in
index 85ce6baef..dc1d02c9c 100755
--- a/utilities/ovs-ctl.in
+++ b/utilities/ovs-ctl.in
@@ -443,9 +443,6 @@ restart () {
     restore_flows
     flow_restore_complete
     add_managers
-
-    # Restore the interfaces if required. Return true even if restore fails.
-    restore_interfaces || true
 }
 
 ## --------------- ##
-- 
2.13.3

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to