On Thu, Feb 04, 2016 at 12:25:48PM -0800, Guru Shetty wrote: > On 4 February 2016 at 09:49, Ben Pfaff <b...@ovn.org> wrote: > > > Until now, asking ovs-vswitchd to shut down gracefully, e.g. with > > "ovs-appctl exit", would cause it to first remove all the ports from > > kernel-based datapaths. This has the unfortunate side effect that IP > > addresses on any removed "internal" ports are lost, even if the ports are > > added again when ovs-vswitchd is restarted. This is long-standing > > behavior, but it only became important when the OVS control scripts were > > changed to try to do graceful shutdown first instead of using a signal. > > > > This commit changes graceful shutdown so that it leaves ports in the > > datapath, fixing the problem. > > > > Fixes: 9b5422a98f8 (ovs-lib: Try to call exit before killing.) > > Signed-off-by: Ben Pfaff <b...@ovn.org> > > > > Acked-by: Gurucharan Shetty <g...@ovn.org>
Thanks, applied to master and branch-2.5. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev