usagi/kernel/linux26/include/net xfrm.h usagi/kernel/linux26/net/ipv4 raw.c xfrm4_policy.c usagi/kernel/linux26/net/ipv6 raw.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
nakam 2004/08/09 16:19:23 JST
Modified files:
kernel/linux26/include/net xfrm.h
kernel/linux26/net/ipv4 raw.c xfrm4_policy.c
kernel/linux26/net/ipv6 raw.c
Log:
IPsec policy can be matched by IPv4 ICMP type and code (based on IPv6
support code).
- add __xfrm_selector_icmp_match() for code-sharing between IPv6 and
IPv4.
Revision Changes Path
1.50 +32 -16 usagi/kernel/linux26/include/net/xfrm.h
1.18 +47 -0 usagi/kernel/linux26/net/ipv4/raw.c
1.10 +9 -0 usagi/kernel/linux26/net/ipv4/xfrm4_policy.c
1.54 +3 -4 usagi/kernel/linux26/net/ipv6/raw.c