]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Sat, 8 Dec 2007 07:50:40 +0000 (23:50 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 11 Dec 2007 10:45:24 +0000 (02:45 -0800)
commit1df2e44560c0d72f381126e52a3ba53614c1c484
tree8bc7227fac968259d641b2875adb8699fcb2a898
parent82d29bf6dc7317aeb0a3a13c2348ca8591965875
[IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx.

RTCF_xxx flags, defined in include/linux/in_route.h) are available for
IPv4 route (rtable) entries only.  Use RTF_xxx flags instead, defined
in include/linux/ipv6_route.h, for IPv6 route entries (rt6_info).

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