[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121217081605.7e2ed94b@nehalam.linuxnetplumber.net>
Date: Mon, 17 Dec 2012 08:16:05 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: zwu.kernel@...il.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com>
Subject: Re: [PATCH] ip: add the type 'vxlan' in the output of "ip link
help"
On Sun, 16 Dec 2012 00:21:08 +0800
zwu.kernel@...il.com wrote:
> 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);
> }
Applied
--
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