mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-16 14:41:02 +02:00
Marc Chantreux: 25816: promiscuous ip links
This commit is contained in:
parent
b98b8e2c26
commit
5f83b99605
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-10 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 25816: Marc Chantreux: Completion/Unix/Command/_ip:
|
||||
add promiscuous link option.
|
||||
|
||||
2008-10-11 Wayne Davison <wayned@users.sourceforge.net>
|
||||
|
||||
* unposted: Src/Modules/curses.c: fixed a signed/unsigned
|
||||
|
|
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue