From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: Re: [Patch v2] IPv6: Fixed support for blackhole and prohibit routes Date: Thu, 28 Nov 2013 19:50:27 +0100 Message-ID: <20131128185027.GC24171@order.stressinduktion.org> References: <1385108488-32163-1-git-send-email-kamala@aristanetwors.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: netdev@vger.kernel.org, David Miller , linux-kernel@vger.kernel.org To: Kamala R Return-path: Content-Disposition: inline In-Reply-To: <1385108488-32163-1-git-send-email-kamala@aristanetwors.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Fri, Nov 22, 2013 at 01:51:28PM +0530, Kamala R wrote: > From: Kamala R > > The behaviour of blackhole and prohibit routes has been corrected by setting > the input and output function pointers of the dst variable appropriately. For > blackhole routes, they are set to dst_discard and to ip6_pkt_prohibit and > ip6_pkt_prohbit_out respectively for prohibit routes. > > Changes from v1: Logic is the same. Changes made for readability and so it > looks pleasing. David, fyi a third version of this patch has been posted.