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