[PATCH 5/5] [IPV4]: Use Protocol Independant Policy Routing Rules Framework

2006-08-04 Thread Thomas Graf
Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Index: net-2.6.19/include/net/ip_fib.h === --- net-2.6.19.orig/include/net/ip_fib.h +++ net-2.6.19/include/net/ip_fib.h @@ -18,6 +18,7 @@ #include #include +#include /* WARNING:

Re: [PATCH 5/5] [IPV4]: Use Protocol Independant Policy Routing Rules Framework

2006-07-26 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 27 Jul 2006 00:00:05 +0200 > Index: net-2.6.git/net/ipv4/fib_rules.c > === > --- net-2.6.git.orig/net/ipv4/fib_rules.c > +++ net-2.6.git/net/ipv4/fib_rules.c ... > - new_r = kmallo

Re: [PATCH 5/5] [IPV4]: Use Protocol Independant Policy Routing Rules Framework

2006-07-26 Thread David Miller
From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 27 Jul 2006 00:00:05 +0200 > Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Like the ipv6 counterpart, this looks fine too. Signed-off-by: David S. Miller <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in t

[PATCH 5/5] [IPV4]: Use Protocol Independant Policy Routing Rules Framework

2006-07-26 Thread Thomas Graf
Signed-off-by: Thomas Graf <[EMAIL PROTECTED]> Index: net-2.6.git/include/net/ip_fib.h === --- net-2.6.git.orig/include/net/ip_fib.h +++ net-2.6.git/include/net/ip_fib.h @@ -18,6 +18,7 @@ #include #include +#include /* WARNI