mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-11-01 06:46:22 +00:00
ip: add missing help about mode argument
There is three possibilities: only IPv6, only IPv4 or both. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
This commit is contained in:
parent
824c843556
commit
b0a9dbb816
@ -33,6 +33,7 @@ static void usage(void) __attribute__((noreturn));
|
||||
static void usage(void)
|
||||
{
|
||||
fprintf(stderr, "Usage: ip link { add | set | change | replace | del } NAME\n");
|
||||
fprintf(stderr, " [ mode { ip6ip6 | ipip6 | any } ]\n");
|
||||
fprintf(stderr, " type ip6tnl [ remote ADDR ] [ local ADDR ]\n");
|
||||
fprintf(stderr, " [ dev PHYS_DEV ] [ encaplimit ELIM ]\n");
|
||||
fprintf(stderr ," [ hoplimit HLIM ] [ tclass TCLASS ] [ flowlabel FLOWLABEL ]\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user