commit | 1df2e44560c0d72f381126e52a3ba53614c1c484 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Fri Dec 07 23:50:40 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Dec 11 02:45:24 2007 -0800 |
tree | 8bc7227fac968259d641b2875adb8699fcb2a898 | |
parent | 82d29bf6dc7317aeb0a3a13c2348ca8591965875 [diff] |
[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>