Re: [ovs-dev] [PATCH 2/2] debian: Save openflow flows during package upgrade.

2012-10-24 Thread Gurucharan Shetty
On Wed, Oct 24, 2012 at 4:29 PM, Ben Pfaff wrote: > On Wed, Oct 24, 2012 at 04:20:40PM -0700, Gurucharan Shetty wrote: > > 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

Re: [ovs-dev] [PATCH 2/2] debian: Save openflow flows during package upgrade.

2012-10-24 Thread Ben Pfaff
On Wed, Oct 24, 2012 at 04:20:40PM -0700, Gurucharan Shetty wrote: > 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: Gu