Skip to content

Commit

Permalink
Fix typos in the rs-config-all example script
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanthorpe committed Dec 16, 2014
1 parent 54950b7 commit c60d4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/runtime/route-servers/api-reconfigure-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
echo "Reconfiguring all bird instances:"

for vlanid in x y z; do
echo -ne "VLAN ID ${vlandid}: "
echo -ne "VLAN ID ${vlanid}: "
for proto in 4 6; do
echo -ne "\tIPv${proto}: "
/usr/local/sbin/ap-reconfigure-example.sh -v $vlanid -p $proto -q
/usr/local/sbin/api-reconfigure-example.sh -v $vlanid -p $proto -q
if [[ $? -eq 0 ]]; then
echo -ne "OK "
else
Expand Down

0 comments on commit c60d4b7

Please sign in to comment.