From 853c494efd7d4a3183918df69c21ceefc5ed7578 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 23 Jan 2003 05:59:32 +0000 Subject: A patch from John F. Kelly to add in a utility for configuring vlan under linux, derived from Ben Greear's VLAN "vconfig" tool. --- include/usage.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/usage.h') 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 @@ "$ uudecode busybox busybox > busybox.uu\n" \ "$\n" +#define vconfig_trivial_usage \ + "COMMAND [OPTIONS] ..." + +#define vconfig_full_usage \ +"Usage: add [interface-name] [vlan_id] \n" \ +" rem [vlan-name] \n" \ +" set_flag [interface-name] [flag-num] [0 | 1] \n" \ +" set_egress_map [vlan-name] [skb_priority] [vlan_qos] \n" \ +" set_ingress_map [vlan-name] [skb_priority] [vlan_qos] \n" \ +" set_name_type [name-type] \n" + #define vi_trivial_usage \ "[OPTION] [FILE]..." #define vi_full_usage \ -- cgit v1.2.3