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