Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions utilities/ovs-lib.in
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ restart () {
if daemon_is_running ovsdb-server && daemon_is_running ovs-vswitchd; then
init_restore_scripts
if test X"${OVS_VSWITCHD:-yes}" = Xyes; then
# save_flows_if_required
save_flows_if_required
save_lacp
fi
fi
Expand All @@ -751,7 +751,7 @@ restart () {
start_forwarding || return 1

# Restore saved resources and inform vswitchd that we are done.
# restore_flows
restore_flows
restore_lacp

flow_restore_complete
Expand Down
Loading