ip: Remove some stale TODOs.

This commit is contained in:
Ville Skyttä 2013-02-04 17:23:45 +02:00
parent 452e938766
commit 06fd510c44

View File

@ -159,9 +159,11 @@ _ip()
rule)
case $subcmd in
list|add|del|flush)
add|del)
# TODO
;;
flush|show|list|lst)
;;
*)
[[ $cword -eq $subcword ]] && \
COMPREPLY=( $( compgen -W 'help list add del flush' \
@ -204,7 +206,9 @@ _ip()
tunnel)
case $subcmd in
add|change|del|show|prl|6rd)
show)
;;
add|change|del|prl|6rd)
# TODO
;;
*)