Re: [PATCH] ipv6: ip6_pkt_prohibit(_out) should not depend on CONFIG_IPV6_MULTIPLE_TABLES

2013-12-02 Thread Kamala R
Hi, I have submitted a version 4 of my patch that squashes the above changes into it as well. Is that the right way to do it ? Regards, Kamala On Sat, Nov 30, 2013 at 11:29 PM, Hannes Frederic Sowa wrote: > On Sat, Nov 30, 2013 at 12:51:10PM -0500, David Miller wrote: >> From: Hannes Frederic S

Re: [PATCH] ipv6: ip6_pkt_prohibit(_out) should not depend on CONFIG_IPV6_MULTIPLE_TABLES

2013-11-30 Thread Hannes Frederic Sowa
On Sat, Nov 30, 2013 at 12:51:10PM -0500, David Miller wrote: > From: Hannes Frederic Sowa > Date: Sat, 30 Nov 2013 18:46:35 +0100 > > > On Fri, Nov 29, 2013 at 04:39:30PM -0500, David Miller wrote: > >> From: Hannes Frederic Sowa > >> Date: Thu, 28 Nov 2013 20:04:11 +0100 > >> > >> > Since pat

Re: [PATCH] ipv6: ip6_pkt_prohibit(_out) should not depend on CONFIG_IPV6_MULTIPLE_TABLES

2013-11-30 Thread David Miller
From: Hannes Frederic Sowa Date: Sat, 30 Nov 2013 18:46:35 +0100 > On Fri, Nov 29, 2013 at 04:39:30PM -0500, David Miller wrote: >> From: Hannes Frederic Sowa >> Date: Thu, 28 Nov 2013 20:04:11 +0100 >> >> > Since patch "IPv6: Fixed support for blackhole and prohibit routes" we >> > need ip6_pk

Re: [PATCH] ipv6: ip6_pkt_prohibit(_out) should not depend on CONFIG_IPV6_MULTIPLE_TABLES

2013-11-30 Thread Hannes Frederic Sowa
On Fri, Nov 29, 2013 at 04:39:30PM -0500, David Miller wrote: > From: Hannes Frederic Sowa > Date: Thu, 28 Nov 2013 20:04:11 +0100 > > > Since patch "IPv6: Fixed support for blackhole and prohibit routes" we > > need ip6_pkt_prohibit(_out) available without CONFIG_IPV6_MULTIPLE_TABLES > > defined

Re: [PATCH] ipv6: ip6_pkt_prohibit(_out) should not depend on CONFIG_IPV6_MULTIPLE_TABLES

2013-11-29 Thread David Miller
From: Hannes Frederic Sowa Date: Thu, 28 Nov 2013 20:04:11 +0100 > Since patch "IPv6: Fixed support for blackhole and prohibit routes" we > need ip6_pkt_prohibit(_out) available without CONFIG_IPV6_MULTIPLE_TABLES > defined. > > Cc: Kamala R > Signed-off-by: Hannes Frederic Sowa Please refere

[PATCH] ipv6: ip6_pkt_prohibit(_out) should not depend on CONFIG_IPV6_MULTIPLE_TABLES

2013-11-28 Thread Hannes Frederic Sowa
Since patch "IPv6: Fixed support for blackhole and prohibit routes" we need ip6_pkt_prohibit(_out) available without CONFIG_IPV6_MULTIPLE_TABLES defined. Cc: Kamala R Signed-off-by: Hannes Frederic Sowa --- net/ipv6/route.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --