Re: [ovs-dev] [PATCH] bridge: When ports disappear from a datapath, add them back.

2014-04-23 Thread Ben Pfaff
Thanks, I applied this to master and branch-2.1. On Wed, Apr 23, 2014 at 05:27:02PM -0700, Ethan Jackson wrote: > Thanks for taking care of this. > > Acked-by: Ethan Jackson > > > On Wed, Apr 23, 2014 at 5:06 PM, Ben Pfaff wrote: > > Before commit 2a73b1d73d4bdb (bridge: Reconfigure in single

Re: [ovs-dev] [PATCH] bridge: When ports disappear from a datapath, add them back.

2014-04-23 Thread Ethan Jackson
Thanks for taking care of this. Acked-by: Ethan Jackson On Wed, Apr 23, 2014 at 5:06 PM, Ben Pfaff wrote: > Before commit 2a73b1d73d4bdb (bridge: Reconfigure in single pass.), if a > port disappeared, for one reason or another, from a datapath, the next > bridge reconfiguration pass would noti

[ovs-dev] [PATCH] bridge: When ports disappear from a datapath, add them back.

2014-04-23 Thread Ben Pfaff
Before commit 2a73b1d73d4bdb (bridge: Reconfigure in single pass.), if a port disappeared, for one reason or another, from a datapath, the next bridge reconfiguration pass would notice and, if the port was still configured in the database, add the port back to the datapath. That commit, however, r