lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1355588468-4964-1-git-send-email-zwu.kernel@gmail.com> Date: Sun, 16 Dec 2012 00:21:08 +0800 From: zwu.kernel@...il.com To: shemminger@...tta.com Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com> Subject: [PATCH] ip: add the type 'vxlan' in the output of "ip link help" From: Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com> The new type 'vxlan' is added in the output of "ip link help" Signed-off-by: Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com> --- 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 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