On Tue, Oct 13, 2015 at 04:38:59PM -0700, Justin Pettit wrote: > Signed-off-by: Justin Pettit <jpet...@nicira.com> > --- > utilities/ovs-sim.1.xml | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/utilities/ovs-sim.1.xml b/utilities/ovs-sim.1.xml > index cedf661..2fbcc4b 100644 > --- a/utilities/ovs-sim.1.xml > +++ b/utilities/ovs-sim.1.xml > @@ -299,7 +299,7 @@ for i in `seq $n`; do > ovn_attach n1 br-phys 192.168.$y.$x > ovs-vsctl add-port br-int vif$i -- set Interface vif$i > external-ids:iface-id=lp$i) & > case $i in > - *50|*00) echo $i; wait ;; > + *50|*00) echo $i; wait ;;
It looks like the case is now indented 5 spaces from the "case" keyword above it. It should probably be 4. Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev