net: vrf: Handle ipv6 multicast and link-local addresses
[deliverable/linux.git] / include / net / ip6_route.h
index 54c779416eec654b31d278a3bd77f07b0a3e4ea8..f55bf3d294aaf373e3d78f387302384d3a12ef0f 100644 (file)
@@ -76,6 +76,8 @@ static inline struct dst_entry *ip6_route_output(struct net *net,
 
 struct dst_entry *ip6_route_lookup(struct net *net, struct flowi6 *fl6,
                                   int flags);
+struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
+                              int ifindex, struct flowi6 *fl6, int flags);
 
 int ip6_route_init(void);
 void ip6_route_cleanup(void);
This page took 0.02589 seconds and 5 git commands to generate.