On Thu, Jan 28, 2016 at 12:40:41PM -0800, Jarno Rajahalme wrote:
> Two notes below,
> 
> Acked-by: Jarno Rajahalme <ja...@ovn.org>
> 
> > On Jan 27, 2016, at 9:51 AM, Ben Pfaff <b...@ovn.org> wrote:
> > 
> > Commands like "cat file | a" can be rewritten more cheaply as "a < file".
> > 
> > Signed-off-by: Ben Pfaff <b...@ovn.org>
> 
> (snip)
> 
> > @@ -6697,7 +6697,7 @@ OVS_WAIT_UNTIL([grep "monitor thread created" 
> > ovs-vswitchd.log])
> > AT_CHECK([ovs-vsctl set interface p0 bfd:enable=false])
> > # check log.
> > OVS_WAIT_UNTIL([grep "monitor thread terminated" ovs-vswitchd.log])
> > -AT_CHECK([sed -e '/^.*ofproto_dpif_monitor.*$/d' < ovs-vswitchd.log > tmp 
> > && mv tmp ovs-vswitchd.log])
> > +AT_CHECK([sed -e '/^.*ofproto_dpif_monitor.*$/d' < ovs-vswitchd.log > tmp 
> > && mv tmp ovs-vswitchd.log && ovs-appctl vlog/reopen])
> > 
> 
> Maybe this should have been in the previous patch?

Oops, you are right.  I squashed this into the previous patch and
applied patches 6, 7, and 8.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to