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:
parent
aad12c5f8f
commit
d2bcb6bb73
4
debian/openvswitch-switch.postinst
vendored
4
debian/openvswitch-switch.postinst
vendored
@ -49,6 +49,10 @@ esac
|
|||||||
OVS_MISSING_KMOD_OK=yes
|
OVS_MISSING_KMOD_OK=yes
|
||||||
export OVS_MISSING_KMOD_OK
|
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#
|
#DEBHELPER#
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user