[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>
This commit is contained in:
committed by
David S. Miller
parent
14c0b97ddf
commit
101367c2f8
@@ -41,6 +41,11 @@ struct pol_chain {
|
||||
|
||||
extern struct rt6_info ip6_null_entry;
|
||||
|
||||
#ifdef CONFIG_IPV6_MULTIPLE_TABLES
|
||||
extern struct rt6_info ip6_prohibit_entry;
|
||||
extern struct rt6_info ip6_blk_hole_entry;
|
||||
#endif
|
||||
|
||||
extern int ip6_rt_gc_interval;
|
||||
|
||||
extern void ip6_route_input(struct sk_buff *skb);
|
||||
|
Reference in New Issue
Block a user