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
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
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
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
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
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