aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2006-08-04 06:39:02 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 17:53:41 -0400
commit101367c2f8c464ea96643192673aa18d88e6336d (patch)
treebf129373fb6f9e168671f42bf597e5564cdfbd42 /include/net/ip6_route.h
parent14c0b97ddfc2944982d078b8e33b088840068976 (diff)
[IPV6]: Policy Routing Rules
Adds support for policy routing rules including a new local table for routes with a local destination. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r--include/net/ip6_route.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index d49c8c90eb68..9bfa3cc6cedb 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -41,6 +41,11 @@ struct pol_chain {
41 41
42extern struct rt6_info ip6_null_entry; 42extern struct rt6_info ip6_null_entry;
43 43
44#ifdef CONFIG_IPV6_MULTIPLE_TABLES
45extern struct rt6_info ip6_prohibit_entry;
46extern struct rt6_info ip6_blk_hole_entry;
47#endif
48
44extern int ip6_rt_gc_interval; 49extern int ip6_rt_gc_interval;
45 50
46extern void ip6_route_input(struct sk_buff *skb); 51extern void ip6_route_input(struct sk_buff *skb);