[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1367594262-5136-1-git-send-email-nicolas.dichtel@6wind.com>
Date: Fri, 3 May 2013 17:17:42 +0200
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: shemminger@...tta.com
Cc: netdev@...r.kernel.org, Nicolas Dichtel <nicolas.dichtel@...nd.com>
Subject: [PATCH iproute2] ip: add missing help about mode argument
There is three possibilities: only IPv6, only IPv4 or both.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@...nd.com>
---
ip/link_ip6tnl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ip/link_ip6tnl.c b/ip/link_ip6tnl.c
index 2947364..f5b1245 100644
--- a/ip/link_ip6tnl.c
+++ b/ip/link_ip6tnl.c
@@ -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");
--
1.8.2.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists