[PATCH] ip: add the type 'vxlan' in the output of "ip link help"

From: zwu . kernel
Date: Sat Dec 15 2012 - 11:21:07 EST


From: Zhi Yong Wu <wuzhy@xxxxxxxxxxxxxxxxxx>

The new type 'vxlan' is added in the output of "ip link help"

Signed-off-by: Zhi Yong Wu <wuzhy@xxxxxxxxxxxxxxxxxx>
---
ip/iplink.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ip/iplink.c b/ip/iplink.c
index d73c705..5ff8f85 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 }\n");
+ fprintf(stderr, " bridge | ipoib | ip6tnl | ipip | sit | vxlan }\n");
}
exit(-1);
}
--
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/