[PATCH 4/5] [IPV6]: Policy Routing Rules

2006-08-04 Thread Thomas Graf
Adds support for policy routing rules including a new local table for routes with a local destination. Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Index: net-2.6.19/net/ipv6/fib6_rules.c === --- /dev/null +++ net-2.6.19/net/ipv6/f

Re: [PATCH 4/5] [IPV6]: Policy Routing Rules

2006-07-26 Thread David Miller
From: David Miller <[EMAIL PROTECTED]> Date: Wed, 26 Jul 2006 16:33:43 -0700 (PDT) > Therfore, the better fix seems to be, to change the Makefile > rule to be: > > ipv6-$(CONFIG_IPV6_MULTIPLE_TABLES) += fib6_rules.o > > Ok? And once this is fixed, new problems crop up :-) WARNING: net/ipv6/ipv

Re: [PATCH 4/5] [IPV6]: Policy Routing Rules

2006-07-26 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 27 Jul 2006 00:00:04 +0200 > Index: net-2.6.git/include/net/ip6_route.h > === > --- net-2.6.git.orig/include/net/ip6_route.h > +++ net-2.6.git/include/net/ip6_route.h > @@ -41,6 +41,11

Re: [PATCH 4/5] [IPV6]: Policy Routing Rules

2006-07-26 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 27 Jul 2006 00:00:04 +0200 > Index: net-2.6.git/net/ipv6/Makefile > === > --- net-2.6.git.orig/net/ipv6/Makefile > +++ net-2.6.git/net/ipv6/Makefile > @@ -29,3 +29,5 @@ obj-$(CONFIG_IPV

Re: [PATCH 4/5] [IPV6]: Policy Routing Rules

2006-07-26 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 27 Jul 2006 00:00:04 +0200 > Adds support for policy routing rules including a new > local table for routes with a local destination. > > Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> With the generic fib_rules this is straightforward, looks good

[PATCH 4/5] [IPV6]: Policy Routing Rules

2006-07-26 Thread Thomas Graf
Adds support for policy routing rules including a new local table for routes with a local destination. Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Index: net-2.6.git/net/ipv6/fib6_rules.c === --- /dev/null +++ net-2.6.git/net/ipv6