aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-23 05:59:32 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-23 05:59:32 +0000
commit853c494efd7d4a3183918df69c21ceefc5ed7578 (patch)
tree98131f99d92b5e8e5af98f1946a84eb732b26c5c /include/usage.h
parent97d86f2bb59751be52fb3ee5cdb8b06e7b3bb98f (diff)
downloadbusybox-w32-853c494efd7d4a3183918df69c21ceefc5ed7578.tar.gz
busybox-w32-853c494efd7d4a3183918df69c21ceefc5ed7578.tar.bz2
busybox-w32-853c494efd7d4a3183918df69c21ceefc5ed7578.zip
A patch from John F. Kelly to add in a utility for configuring
vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 077306bdf..d2fb19372 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2369,6 +2369,17 @@
2369 "$ uudecode busybox busybox > busybox.uu\n" \ 2369 "$ uudecode busybox busybox > busybox.uu\n" \
2370 "$\n" 2370 "$\n"
2371 2371
2372#define vconfig_trivial_usage \
2373 "COMMAND [OPTIONS] ..."
2374
2375#define vconfig_full_usage \
2376"Usage: add [interface-name] [vlan_id] \n" \
2377" rem [vlan-name] \n" \
2378" set_flag [interface-name] [flag-num] [0 | 1] \n" \
2379" set_egress_map [vlan-name] [skb_priority] [vlan_qos] \n" \
2380" set_ingress_map [vlan-name] [skb_priority] [vlan_qos] \n" \
2381" set_name_type [name-type] \n"
2382
2372#define vi_trivial_usage \ 2383#define vi_trivial_usage \
2373 "[OPTION] [FILE]..." 2384 "[OPTION] [FILE]..."
2374#define vi_full_usage \ 2385#define vi_full_usage \