From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Zelenoff Subject: Re: [PATCH rhel6] Allow ipv6 proxies and arp proxies be shown with iproute2 Date: Thu, 26 Jan 2012 19:03:39 +0400 Message-ID: <4F216B4B.20908@parallels.com> References: <1327589392-10852-1-git-send-email-antonz@parallels.com> Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: Pavel Emelianov , "devel@openvz.org" , "davem@davemloft.net" , Alexey Kuznetsov , "netdev@vger.kernel.org" To: Anton Zelenov Return-path: Received: from mx2.parallels.com ([64.131.90.16]:36724 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751483Ab2AZPDs (ORCPT ); Thu, 26 Jan 2012 10:03:48 -0500 In-Reply-To: <1327589392-10852-1-git-send-email-antonz@parallels.com> Sender: netdev-owner@vger.kernel.org List-ID: Oops, sorry for subject. The "rhel6" shouldn't be here. If it is a problem - i'll resend patch without this stuff. On 26.01.2012 18:49, Anton Zelenov 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.