Added tunnels special function for bmx6-info script

This commit is contained in:
p4u 2012-12-25 20:56:44 +01:00
parent a167a21ea9
commit cd775de667
1 changed files with 6 additions and 1 deletions

View File

@ -95,12 +95,17 @@ if [ "$QUERY" == '$neighbours' ]; then
print_query descriptions
echo "} ] }"
exit 0
else if [ "$QUERY" == '$tunnels' ]; then
bmx6 -c --jshow tunnels
exit 0
else
check_path "$BMX6_DIR/$QUERY"
print_query $QUERY
exit 0
fi
fi
ls -1F "$BMX6_DIR"
exit 0