diff options
Diffstat (limited to 'networking/vconfig.c')
-rw-r--r-- | networking/vconfig.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/vconfig.c b/networking/vconfig.c index 13c65ad78..4fa341ac3 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -9,6 +9,18 @@ | |||
9 | 9 | ||
10 | /* BB_AUDIT SUSv3 N/A */ | 10 | /* BB_AUDIT SUSv3 N/A */ |
11 | 11 | ||
12 | //usage:#define vconfig_trivial_usage | ||
13 | //usage: "COMMAND [OPTIONS]" | ||
14 | //usage:#define vconfig_full_usage "\n\n" | ||
15 | //usage: "Create and remove virtual ethernet devices\n" | ||
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n add [interface-name] [vlan_id]" | ||
18 | //usage: "\n rem [vlan-name]" | ||
19 | //usage: "\n set_flag [interface-name] [flag-num] [0 | 1]" | ||
20 | //usage: "\n set_egress_map [vlan-name] [skb_priority] [vlan_qos]" | ||
21 | //usage: "\n set_ingress_map [vlan-name] [skb_priority] [vlan_qos]" | ||
22 | //usage: "\n set_name_type [name-type]" | ||
23 | |||
12 | #include "libbb.h" | 24 | #include "libbb.h" |
13 | #include <net/if.h> | 25 | #include <net/if.h> |
14 | 26 | ||