ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Sat, 28 Jun 2008 03:14:54 +0000 (20:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Jun 2008 03:14:54 +0000 (20:14 -0700)
commitd420895efb259a78dda50f95289571faa6e10e41
tree230f4b9b50b716c843186dd0450867f00d829941
parent59d88c00cafe5192b058abf4f3ce17c2e27d1c09
ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.

The commit 77d16f450ae0452d7d4b009f78debb1294fb435c ("[IPV6] ROUTE:
Unify RT6_F_xxx and RT6_SELECT_F_xxx flags") intended to pass various
routing lookup hints around RT6_LOOKUP_F_xxx flags, but conversion was
missing for rt6_device_match().

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c