commit | b14295532421c40f82ee099fdbd3d011f022e756 | [log] [tgz] |
---|---|---|
author | Ville Nuorvala <vnuorval@tcs.hut.fi> | Tue Aug 08 16:44:17 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Sep 22 14:54:12 2006 -0700 |
tree | 5b08b1c3ef0a33952db11c484fb0e2c69190aac6 | |
parent | 99a92ff50424146ba01a222248fd47a1cd55b78f [diff] |
[IPV6]: Make sure fib6_rule_lookup doesn't return NULL The callers of fib6_rule_lookup don't expect it to return NULL, therefore it must return ip6_null_entry whenever fib_rule_lookup fails. Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi> Signed-off-by: David S. Miller <davem@davemloft.net>