Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753406AbaGYXZA (ORCPT ); Fri, 25 Jul 2014 19:25:00 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:47821 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751137AbaGYXY6 (ORCPT ); Fri, 25 Jul 2014 19:24:58 -0400 Message-Id: <1406330697.989.145785925.1CA960AF@webmail.messagingengine.com> X-Sasl-Enc: N7oNolSxhCuGgTx+pFHsG0xSfIL89RlD5SHgdBr8wC0A 1406330697 From: Hannes Frederic Sowa To: Jun Zhao , "David S. Miller" , Cong Wang , Pravin B Shelar , Nicolas Dichtel , stephen hemminger , Tom Herbert , netdev@vger.kernel.org, Francesco Fusco , Veaceslav Falico , Duan Jiong , Jiri Pirko , David Stevens , Or Gerlitz , Daniel Borkmann Cc: linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-36a9b403 In-Reply-To: <1406306339-16151-1-git-send-email-mypopydev@gmail.com> References: <1406306339-16151-1-git-send-email-mypopydev@gmail.com> Subject: Re: [PATCH 1/1] neighbour : fix ndm_type type error issue Date: Sat, 26 Jul 2014 01:24:57 +0200 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 25, 2014, at 18:38, Jun Zhao wrote: > ndm_type means L3 address type, in neighbour proxy and vxlan, it's > RTN_UNICAST. > NDA_DST is for netlink TLV type, hence it's not right value in this > context. The value of NDA_DST == RTN_UNICAST, otherwise we couldn't do this change as it would alter e.g. arpd behavior. Acked-by: Hannes Frederic Sowa Thanks, Hannes -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/