2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 05:47:55 +00:00

debian: Save openflow flows during package upgrade.

When debian package for openvswitch-switch is upgraded,
export a variable, OVS_RESTART_SAVE_FLOWS=yes.
This will save the openflow flows in vswitchd and
re-apply it after the upgrade.

Feature #13555.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
This commit is contained in:
Gurucharan Shetty 2012-10-24 13:05:01 -07:00
parent aad12c5f8f
commit d2bcb6bb73

View File

@ -49,6 +49,10 @@ esac
OVS_MISSING_KMOD_OK=yes
export OVS_MISSING_KMOD_OK
# Save and restore openflow flows during a package upgrade.
OVS_RESTART_SAVE_FLOWS=yes
export OVS_RESTART_SAVE_FLOWS
#DEBHELPER#
exit 0