Change where vlan option shows up in help

Vlan should not be in the socket section
This commit is contained in:
Stephen Hemminger 2008-02-05 11:33:44 -08:00
parent 66862d3cc7
commit 5e76a87d4c
1 changed files with 1 additions and 1 deletions

View File

@ -89,6 +89,7 @@ struct meta_entry {
"Routing ClassID (cls_route)"),
__A(RTIIF, "rt_iif", "i",
"Incoming interface index"),
__A(VLAN_TAG, "vlan", "i", "Vlan tag"),
__A(SECTION, "Sockets", "", ""),
__A(SK_FAMILY, "sk_family", "i", "Address family"),
@ -109,7 +110,6 @@ struct meta_entry {
__A(SK_ERR_QLEN, "sk_err_queue", "i", "Error queue length"),
__A(SK_FORWARD_ALLOCS, "sk_fwd_alloc", "i", "Forward allocations"),
__A(SK_SNDBUF, "sk_sndbuf", "i", "Send buffer size"),
__A(VLAN_TAG, "vlan", "i", "Vlan tag"),
#undef __A
};