Re: MULTIPLE_TABLES and IP_ADVANCED_ROUTER

2015-11-24 Thread Geert Uytterhoeven
Hi David, On Tue, Nov 24, 2015 at 7:10 PM, David Miller wrote: > From: Geert Uytterhoeven > Date: Sun, 22 Nov 2015 11:03:18 +0100 > >> Is there a reason why IP_MULTIPLE_TABLES and >> IP_MROUTE_MULTIPLE_TABLES depend on IP_ADVANCED_ROUTER, while their

Re: MULTIPLE_TABLES and IP_ADVANCED_ROUTER

2015-11-24 Thread Cong Wang
On Tue, Nov 24, 2015 at 10:38 AM, Geert Uytterhoeven wrote: > Hi David, > > On Tue, Nov 24, 2015 at 7:10 PM, David Miller wrote: >> From: Geert Uytterhoeven >> Date: Sun, 22 Nov 2015 11:03:18 +0100 >> >>> Is there a reason why

Re: MULTIPLE_TABLES and IP_ADVANCED_ROUTER

2015-11-24 Thread David Miller
-- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: MULTIPLE_TABLES and IP_ADVANCED_ROUTER

2015-11-24 Thread David Miller
From: Geert Uytterhoeven Date: Sun, 22 Nov 2015 11:03:18 +0100 > Is there a reason why IP_MULTIPLE_TABLES and > IP_MROUTE_MULTIPLE_TABLES depend on IP_ADVANCED_ROUTER, while their > IPV6 counterparts don't? It's just another thing that happened to diverge over time, there

Re: MULTIPLE_TABLES and IP_ADVANCED_ROUTER

2015-11-24 Thread David Miller
From: Geert Uytterhoeven Date: Tue, 24 Nov 2015 19:38:13 +0100 > Hi David, > > On Tue, Nov 24, 2015 at 7:10 PM, David Miller wrote: >> From: Geert Uytterhoeven >> Date: Sun, 22 Nov 2015 11:03:18 +0100 >> >>> Is there a reason

MULTIPLE_TABLES and IP_ADVANCED_ROUTER

2015-11-22 Thread Geert Uytterhoeven
Hi, Is there a reason why IP_MULTIPLE_TABLES and IP_MROUTE_MULTIPLE_TABLES depend on IP_ADVANCED_ROUTER, while their IPV6 counterparts don't? net/ipv4/Kconfig: config IP_MULTIPLE_TABLES bool "IP: policy routing" depends on IP_ADVANCED_ROUTER