aboutsummaryrefslogtreecommitdiff
path: root/networking/vconfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/vconfig.c')
-rw-r--r--networking/vconfig.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/networking/vconfig.c b/networking/vconfig.c
index 4f1fbe280..7e805be9c 100644
--- a/networking/vconfig.c
+++ b/networking/vconfig.c
@@ -20,12 +20,12 @@
20//usage: "COMMAND [OPTIONS]" 20//usage: "COMMAND [OPTIONS]"
21//usage:#define vconfig_full_usage "\n\n" 21//usage:#define vconfig_full_usage "\n\n"
22//usage: "Create and remove virtual ethernet devices\n" 22//usage: "Create and remove virtual ethernet devices\n"
23//usage: "\n add IFACE VLAN_ID" 23//usage: "\n add IFACE VLAN_ID"
24//usage: "\n rem VLAN_NAME" 24//usage: "\n rem VLAN_NAME"
25//usage: "\n set_flag IFACE 0|1 VLAN_QOS" 25//usage: "\n set_flag IFACE 0|1 VLAN_QOS"
26//usage: "\n set_egress_map VLAN_NAME SKB_PRIO VLAN_QOS" 26//usage: "\n set_egress_map VLAN_NAME SKB_PRIO VLAN_QOS"
27//usage: "\n set_ingress_map VLAN_NAME SKB_PRIO VLAN_QOS" 27//usage: "\n set_ingress_map VLAN_NAME SKB_PRIO VLAN_QOS"
28//usage: "\n set_name_type NAME_TYPE" 28//usage: "\n set_name_type NAME_TYPE"
29 29
30#include "libbb.h" 30#include "libbb.h"
31#include <net/if.h> 31#include <net/if.h>