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] [day] [month] [year] [list]
Message-Id: <20131001.123802.1954246085474040631.davem@davemloft.net>
Date:	Tue, 01 Oct 2013 12:38:02 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	f.cachereul@...t-sys.com
Cc:	jchapman@...alix.com, netdev@...r.kernel.org
Subject: Re: [PATCH v2] l2tp: add support for IPv4-mapped IPv6 addresses

From: François Cachereul <f.cachereul@...t-sys.com>
Date: Tue, 01 Oct 2013 09:54:31 +0200

> @@ -1620,6 +1621,8 @@ int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, u32
>  	int err;
>  	struct socket *sock = NULL;
>  	struct sock *sk = NULL;
> +#if IS_ENABLED(CONFIG_IPV6)
> +#endif
>  	struct l2tp_net *pn;
>  	enum l2tp_encap_type encap = L2TP_ENCAPTYPE_UDP;
>  

Please get rid of this.
--
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