iplink: implement "set promisc on|off". Closes 4682
function old new delta do_iplink 1232 1269 +37 packed_usage 31337 31327 -10 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -154,8 +154,8 @@
|
||||
//usage:#define iplink_trivial_usage
|
||||
//usage: "set IFACE [up|down] [arp on|off] | show [IFACE]"
|
||||
//usage:#define iplink_full_usage "\n\n"
|
||||
//usage: "iplink set IFACE [up|down] [arp on|off] [multicast on|off] [mtu MTU]\n"
|
||||
//usage: " [name NAME] [qlen NUM] [address MAC]\n"
|
||||
//usage: "iplink set IFACE [up|down] [arp on|off] [multicast on|off] [promisc on|off]\n"
|
||||
//usage: " [mtu NUM] [name NAME] [qlen NUM] [address MAC]\n"
|
||||
//usage: "iplink show [IFACE]"
|
||||
//usage:
|
||||
//usage:#define iproute_trivial_usage
|
||||
|
Reference in New Issue
Block a user