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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 05 Jul 2013 10:22:16 +0200
From:	Bjørn Mork <bjorn@...k.no>
To:	Thomas Richter <tmricht@...ux.vnet.ibm.com>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH 2/2] iproute2 vxlan documentation update for ip command

Thomas Richter <tmricht@...ux.vnet.ibm.com> writes:

> The ip link command line help and the ip-link.8.in
> man page are outdated in regards to the vxlan support.
> The patch updates both the command line help for the
> ip command and its man page.
>
> Signed-off-by: Thomas Richter <tmricht@...ux.vnet.ibm.com>
> ---
>  ip/iplink.c           |  2 +-
>  man/man8/ip-link.8.in | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 86 insertions(+), 1 deletion(-)
>
> diff --git a/ip/iplink.c b/ip/iplink.c
> index dc98019..f677329 100644
> --- a/ip/iplink.c
> +++ b/ip/iplink.c
> @@ -83,7 +83,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, "TYPE := { vlan | vxlan | veth | vcan | dummy | ifb | macvlan | can |\n");
>  		fprintf(stderr, "          bridge | ipoib | ip6tnl | ipip | sit | vxlan }\n");

There was already a vxlan entry there.  Now there's two.


Bjørn
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ