]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc/m_vlan.c: mention CONTROL option in help text
authorPhil Sutter <phil@nwl.cc>
Tue, 22 Mar 2016 14:48:38 +0000 (15:48 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 27 Mar 2016 17:34:48 +0000 (10:34 -0700)
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/m_vlan.c

index 8d97963f351bc25b3814d19885465b8b6550a1fb..3233d207375bf713a918b807e1f53aaf46800702 100644 (file)
 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)