From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: Re: [PATCH net-next] ipv6: fix the check when handle RA Date: Thu, 10 Jul 2014 12:09:10 +0200 Message-ID: <1404986950.14653.1.camel@localhost> References: <1404986566-9651-1-git-send-email-roy.qing.li@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, greearb@candelatech.com To: roy.qing.li@gmail.com Return-path: Received: from out2-smtp.messagingengine.com ([66.111.4.26]:57938 "EHLO out2-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752693AbaGJKJM (ORCPT ); Thu, 10 Jul 2014 06:09:12 -0400 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 2CE5B211A6 for ; Thu, 10 Jul 2014 06:09:12 -0400 (EDT) In-Reply-To: <1404986566-9651-1-git-send-email-roy.qing.li@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Do, 2014-07-10 at 18:02 +0800, roy.qing.li@gmail.com wrote: > From: Li RongQing > > d9333196572(ipv6: Allow accepting RA from local IP addresses.) made the wrong > check, whether or not to accept RA with source-addr found on local machine, when > accept_ra_from_local is 0. > > Fixes: d9333196572(ipv6: Allow accepting RA from local IP addresses.) > Cc: Ben Greear > Cc: Hannes Frederic Sowa > Signed-off-by: Li RongQing Acked-by: Hannes Frederic Sowa Thanks, Hannes