usagi/kernel/linux25/include/net protocol.h usagi/kernel/linux25/net/ipv6 ah6.c esp6.c exthdrs.c ip6_input.c reassembly.c tcp_ipv6.c udp.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/04/14 12:39:06 JST
Modified files:
kernel/linux25/include/net protocol.h
kernel/linux25/net/ipv6 ah6.c esp6.c exthdrs.c ip6_input.c
reassembly.c tcp_ipv6.c udp.c
Log:
1)use flags to represent no_policy rule. 2)exthdrs have no policies.
Revision Changes Path
1.6 +2 -2 usagi/kernel/linux25/include/net/protocol.h
1.7 +1 -1 usagi/kernel/linux25/net/ipv6/ah6.c
1.8 +1 -1 usagi/kernel/linux25/net/ipv6/esp6.c
1.20 +3 -0 usagi/kernel/linux25/net/ipv6/exthdrs.c
1.12 +2 -2 usagi/kernel/linux25/net/ipv6/ip6_input.c
1.6 +1 -0 usagi/kernel/linux25/net/ipv6/reassembly.c
1.13 +1 -2 usagi/kernel/linux25/net/ipv6/tcp_ipv6.c
1.17 +1 -2 usagi/kernel/linux25/net/ipv6/udp.c