]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IPV6]: Fix policy routing lookup
authorPatrick McHardy <kaber@trash.net>
Mon, 7 Aug 2006 05:24:08 +0000 (22:24 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 21:53:58 +0000 (14:53 -0700)
commit3226f6881719e61e00e92b4c85a8ef49aa4d42b1
tree9070d7dcf78183e019a033c076fd335f4c37303c
parent6c813a7297e3af4cd7c3458e09e9ee3d161c6830
[IPV6]: Fix policy routing lookup

When the lookup in a table returns ip6_null_entry the policy routing lookup
returns it instead of continuing in the next table, which effectively means
it only searches the local table.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/fib6_rules.c