ip: Remove some stale TODOs.
This commit is contained in:
parent
452e938766
commit
06fd510c44
@ -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
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user