summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--completions/ip8
1 files changed, 6 insertions, 2 deletions
diff --git a/completions/ip b/completions/ip
index 08ee74fe..e9e60d73 100644
--- a/completions/ip
+++ b/completions/ip
@@ -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
;;
*)