[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1366878799-20237-1-git-send-email-ordex@autistici.org>
Date: Thu, 25 Apr 2013 10:33:19 +0200
From: Antonio Quartulli <ordex@...istici.org>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org, Antonio Quartulli <ordex@...istici.org>
Subject: [PATCH iproute2] iplink: add batadv interface type
batadv is another virtual interface type that can be created
via ip link. Add its name to the help screen.
Signed-off-by: Antonio Quartulli <ordex@...istici.org>
---
ip/iplink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ip/iplink.c b/ip/iplink.c
index dc98019..2301cbc 100644
--- a/ip/iplink.c
+++ b/ip/iplink.c
@@ -84,7 +84,7 @@ void iplink_usage(void)
if (iplink_have_newlink()) {
fprintf(stderr, "\n");
fprintf(stderr, "TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | can |\n");
- fprintf(stderr, " bridge | ipoib | ip6tnl | ipip | sit | vxlan }\n");
+ fprintf(stderr, " bridge | ipoib | ip6tnl | ipip | sit | vxlan | batadv }\n");
}
exit(-1);
}
--
1.8.1.5
--
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