Commit 5e76a87d authored by Stephen Hemminger's avatar Stephen Hemminger

Change where vlan option shows up in help

Vlan should not be in the socket section
parent 66862d3c
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment