From: Phil Sutter Date: Tue, 22 Mar 2016 14:48:38 +0000 (+0100) Subject: tc/m_vlan.c: mention CONTROL option in help text X-Git-Tag: v4.6.0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51011dac361ee491463fa4ba5a5927e6442b6c68;p=thirdparty%2Fiproute2.git tc/m_vlan.c: mention CONTROL option in help text Signed-off-by: Phil Sutter Signed-off-by: Stephen Hemminger --- diff --git a/tc/m_vlan.c b/tc/m_vlan.c index 8d97963f3..3233d2073 100644 --- a/tc/m_vlan.c +++ b/tc/m_vlan.c @@ -22,9 +22,10 @@ static void explain(void) { fprintf(stderr, "Usage: vlan pop\n"); - fprintf(stderr, " vlan push [ protocol VLANPROTO ] id VLANID\n"); + fprintf(stderr, " vlan push [ protocol VLANPROTO ] id VLANID [CONTROL]\n"); fprintf(stderr, " VLANPROTO is one of 802.1Q or 802.1AD\n"); fprintf(stderr, " with default: 802.1Q\n"); + fprintf(stderr, " CONTROL := reclassify | pipe | drop | continue | pass\n"); } static void usage(void)