usagi/kernel/linux25/include/net xfrm.h usagi/kernel/linux25/net netsyms.c usagi/kernel/linux25/net/ipv4 ah.c esp.c xfrm_algo.c usagi/kernel/linux25/net/ipv6 ah6.c esp6.c Kconfig Makefile ah.c esp.c
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
miyazawa 2003/03/04 01:07:29 JST
Modified files:
kernel/linux25/include/net xfrm.h
kernel/linux25/net netsyms.c
kernel/linux25/net/ipv4 ah.c esp.c xfrm_algo.c
kernel/linux25/net/ipv6 Kconfig Makefile
Added files:
kernel/linux25/net/ipv6 ah6.c esp6.c
Removed files:
kernel/linux25/net/ipv6 ah.c esp.c
Log:
to comple ah and esp as module
Revision Changes Path
1.6 +5 -5 usagi/kernel/linux25/include/net/xfrm.h
1.15 +9 -0 usagi/kernel/linux25/net/netsyms.c
1.4 +0 -74 usagi/kernel/linux25/net/ipv4/ah.c
1.4 +3 -259 usagi/kernel/linux25/net/ipv4/esp.c
1.2 +332 -0 usagi/kernel/linux25/net/ipv4/xfrm_algo.c
1.4 +14 -0 usagi/kernel/linux25/net/ipv6/Kconfig
1.10 +2 -2 usagi/kernel/linux25/net/ipv6/Makefile