summaryrefslogtreecommitdiff
path: root/tc/m_vlan.c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2016-03-22 15:48:38 +0100
committerStephen Hemminger <stephen@networkplumber.org>2016-03-27 10:34:48 -0700
commit51011dac361ee491463fa4ba5a5927e6442b6c68 (patch)
treea5c8557432448c582645ee52572ae2d339ee7637 /tc/m_vlan.c
parentc73b621cfa480b039bf09dc732d7e224e14684ba (diff)
tc/m_vlan.c: mention CONTROL option in help text
Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Diffstat (limited to 'tc/m_vlan.c')
-rw-r--r--tc/m_vlan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tc/m_vlan.c b/tc/m_vlan.c
index 8d97963f..3233d207 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)