about summary refs log tree commit diff
path: root/Completion/Unix/Command/_arping
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-11-29 17:59:58 +0000
committerClint Adams <clint@users.sourceforge.net>2001-11-29 17:59:58 +0000
commit1665c01ddbe7e0693fadc9610ab94c4e4875c097 (patch)
tree800b85eb8db96fb7a1366518bf791a03874e2836 /Completion/Unix/Command/_arping
parent65a9a13327a269987562d8221ecf7878f6cad196 (diff)
downloadzsh-1665c01ddbe7e0693fadc9610ab94c4e4875c097.tar.gz
zsh-1665c01ddbe7e0693fadc9610ab94c4e4875c097.tar.xz
zsh-1665c01ddbe7e0693fadc9610ab94c4e4875c097.zip
16293: completion for arping
Diffstat (limited to 'Completion/Unix/Command/_arping')
-rw-r--r--Completion/Unix/Command/_arping20
1 files changed, 20 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_arping b/Completion/Unix/Command/_arping
new file mode 100644
index 000000000..89bdccd92
--- /dev/null
+++ b/Completion/Unix/Command/_arping
@@ -0,0 +1,20 @@
+#compdef arping
+
+_arguments -s \
+	'-h[help]' \
+	'-q[quiet]' \
+	'-v[verbose]' \
+	'-r[raw]' \
+	'-R[Raw]' \
+	'-d[find duplicate replies]' \
+	'-B[255.255.255.255]' \
+	'-0[source 0.0.0.0]' \
+	'-b[source 255.255.255.255]' \
+	'-S[set source IP]:source IP address:_hosts' \
+	'-T[target IP]:target IP address:_hosts' \
+        '-p[promiscuous mode]' \
+	'-s[set source MAC address]:source MAC address:' \
+	'-t[set target MAC address]:target MAC address:' \
+	'-c[send this many requests]:count:' \
+	'-i[interface]:interface:' \
+	':address:_hosts' \