search for: rt_type

Displaying 1 result from an estimated 1 matches for "rt_type".

Did you mean: at_type
2006 Jul 15
3
vif/network-bridge and SNAT ?
...if (ip_route_input(skb, iph->daddr, iph->saddr, iph->tos, <snip> if (!ip_route_output_key(&rt, &fl)) { <snip> if (((struct dst_entry *)rt)->dev == dev || rt->rt_type == RTN_LOCAL) { ** ok here ** else ** CHOKE with above msg ** As far as I know, there was nothing fancy in my settings. A host specific route for the vifX.0 and the domU, normal subnet routing on eth0 and the target was in that subnet. SNAT rule was simple... iptables -t nat...