about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorEric Cook <llua@gmx.com>2015-01-12 17:26:21 -0500
committerPeter Stephenson <pws@zsh.org>2015-01-13 09:25:56 +0000
commitc5b2eaaaa4dbd6cb3c3a16cce70da2c062f7a9c9 (patch)
treef721e2e46b748d4866258e2714d93cfcc6fcb95f /Completion
parent5f4325a0a41987a92cee8b64a76e5b0d5e831f60 (diff)
downloadzsh-c5b2eaaaa4dbd6cb3c3a16cce70da2c062f7a9c9.tar.gz
zsh-c5b2eaaaa4dbd6cb3c3a16cce70da2c062f7a9c9.tar.xz
zsh-c5b2eaaaa4dbd6cb3c3a16cce70da2c062f7a9c9.zip
34259: variable declarations in ip completion
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_ip3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip
index f880f2683..7a84ad5ef 100644
--- a/Completion/Unix/Command/_ip
+++ b/Completion/Unix/Command/_ip
@@ -38,6 +38,7 @@ subcmd_ipaddrs=(
   /$'(<->(.<->(.<->(.<->|)|)|)|[:[:xdigit]]#:[:[:xdigit:]]#)(|/<->)\0'/
   ":ipaddress:IP address (v4 or v6) currently set:( $(ip addr show | sed -n 's/^ *inet6* \([0-9a-f\.:/]*\) .*$/\1/p') )"
 )
+local -a subcmd_prefix_label
 subcmd_prefix_label=(
   /$'(<->(.<->(.<->(.<->|)|)|)|[:[:xdigit]]#:[:[:xdigit:]]#)(|/<->)\0'/
   ":ipaddresslabel:IP addrlabel prefix currently set:( $(ip -6 addrlabel list 2>/dev/null | sed -n 's/^prefix \([0-9a-f\.:/]*\) .*$/\1/p') )"
@@ -98,7 +99,7 @@ _regex_words nexthop 'nexthop route keyword' \
     'weight:specify relative quality of route:$subcmd_number'
 subcmd_nexthop=("$reply[@]" "#")
 
-local -a subcmd_rtproto
+local -a subcmd_rtprotocol
 _regex_words rtprotocol 'route protocol' \
   'redirect:installed from ICMP redirect' \
   'kernel:installed automatically by kernel' \