ovs-sim.1.xml: Fix tab/space issue.
authorJustin Pettit <jpettit@nicira.com>
Tue, 13 Oct 2015 23:10:38 +0000 (16:10 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 14 Oct 2015 00:40:44 +0000 (17:40 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-sim.1.xml

index cedf661..ff0dfe7 100644 (file)
@@ -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) &amp;
     case $i in
-        *50|*00) echo $i; wait ;;
+        *50|*00) echo $i; wait ;;
     esac
 done
 wait