From: Stephen Hemminger Date: Tue, 5 Feb 2008 19:33:44 +0000 (-0800) Subject: Change where vlan option shows up in help X-Git-Tag: v2.6.25~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e76a87d4c87d15467a13268bac7380ee7acc9b7;p=thirdparty%2Fiproute2.git Change where vlan option shows up in help Vlan should not be in the socket section --- diff --git a/tc/em_meta.c b/tc/em_meta.c index bec9db030..df39eb1bd 100644 --- a/tc/em_meta.c +++ b/tc/em_meta.c @@ -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 };