Skip to content

Commit 5fbe18f

Browse files
committed
flow: revert do not reload ovs flows
1 parent 1bb2d3e commit 5fbe18f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/ovs-lib.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ restart () {
733733
if daemon_is_running ovsdb-server && daemon_is_running ovs-vswitchd; then
734734
init_restore_scripts
735735
if test X"${OVS_VSWITCHD:-yes}" = Xyes; then
736-
# save_flows_if_required
736+
save_flows_if_required
737737
save_lacp
738738
fi
739739
fi
@@ -751,7 +751,7 @@ restart () {
751751
start_forwarding || return 1
752752

753753
# Restore saved resources and inform vswitchd that we are done.
754-
# restore_flows
754+
restore_flows
755755
restore_lacp
756756

757757
flow_restore_complete

0 commit comments

Comments
 (0)