1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

Marc Chantreux: 25816: promiscuous ip links

This commit is contained in:
Peter Stephenson 2008-10-11 21:49:56 +00:00
parent b98b8e2c26
commit 5f83b99605
2 changed files with 6 additions and 0 deletions

View file

@ -166,6 +166,7 @@ _regex_words \
'do*wn:change state do down' \
'ar*p:change ARP flag on device:$subcmd_onoff' \
'mu*lticast:change MULTICAST flag on device:$subcmd_onoff' \
'pr*omisc:set promiscious mode:$subcmd_onoff' \
'dy*namic:change DYNAMIC flag on device:$subcmd_onoff' \
'n*ame:change name of device:$subcmd_string' \
'txq*ueuelen:specify length of transmit queue:$subcmd_number' \