Commit d0c8420c authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by Stephen Hemminger

ip/ip6tunnel: fix help for TCLASS

Help is "[tclass TCLASS]", but only TOS was described.
Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
parent 35122a75
......@@ -60,7 +60,7 @@ static void usage(void)
IPV6_DEFAULT_TNL_ENCAP_LIMIT);
fprintf(stderr, " TTL := 0..255 (default=%d)\n",
DEFAULT_TNL_HOP_LIMIT);
fprintf(stderr, " TOS := { 0x0..0xff | inherit }\n");
fprintf(stderr, " TCLASS := { 0x0..0xff | inherit }\n");
fprintf(stderr, " FLOWLABEL := { 0x0..0xfffff | inherit }\n");
exit(-1);
}
......
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