mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-11 23:07:19 +00:00
ip/ip6tunnel: fix help for TCLASS
Help is "[tclass TCLASS]", but only TOS was described. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
This commit is contained in:
parent
35122a7500
commit
d0c8420c09
@ -60,7 +60,7 @@ static void usage(void)
|
|||||||
IPV6_DEFAULT_TNL_ENCAP_LIMIT);
|
IPV6_DEFAULT_TNL_ENCAP_LIMIT);
|
||||||
fprintf(stderr, " TTL := 0..255 (default=%d)\n",
|
fprintf(stderr, " TTL := 0..255 (default=%d)\n",
|
||||||
DEFAULT_TNL_HOP_LIMIT);
|
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");
|
fprintf(stderr, " FLOWLABEL := { 0x0..0xfffff | inherit }\n");
|
||||||
exit(-1);
|
exit(-1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user