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]
Date:	Mon, 30 Jan 2012 13:08:41 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	tgraf@...radead.org
Cc:	antonz@...allels.com, xemul@...allels.com, devel@...nvz.org,
	kuznet@....inr.ac.ru, netdev@...r.kernel.org
Subject: Re: [PATCH v2] Allow ipv6 proxies and arp proxies be shown with
 iproute2

From: Thomas Graf <tgraf@...radead.org>
Date: Fri, 27 Jan 2012 05:35:21 -0500

> On Fri, Jan 27, 2012 at 12:28:58PM +0400, Tony Zelenoff wrote:
>> Add ability to return neighbour proxies list to caller if
>> it sent full ndmsg structure and has NTF_PROXY flag set.
>> 
>> Before this patch (and before iproute2 patches):
>> $ ip neigh add proxy 2001::1 dev eth0
>> $ ip -6 neigh show
>> $
>> 
>> After it and with applied iproute2 patches:
>> $ ip neigh add proxy 2001::1 dev eth0
>> $ ip -6 neigh show
>> 2001::1 dev eth0  proxy
>> $
>> 
>> Compatibility with old versions of iproute2 is not broken,
>> kernel checks for incoming structure size and properly
>> works if old structure is came.
>> 
>> [v2]
>> * changed comments style.
>> * removed useless line with continue and curly bracket.
>> * changed incoming message size check from equal to more or
>>   equal.
>> 
>> CC: davem@...emloft.net
>> CC: kuznet@....inr.ac.ru
>> CC: netdev@...r.kernel.org
>> CC: xemul@...allels.com
>> Signed-off-by: Tony Zelenoff <antonz@...allels.com>
> 
> Acked-by: Thomas Graf <tgraf@...g.ch>

Applied, thanks.
--
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