diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-21 01:34:17 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 1999-12-21 01:34:17 +0000 |
commit | 45227c3c8ad30c41a1a5bd31d8bfd985d8d31935 (patch) | |
tree | ed6aedc7378a19824c9c87f764f0544063fddd08 /sys | |
parent | 0efdbd7758715584b42ad6931cc8f904fa795cc6 (diff) |
wording changes (on openbsd ipsec6)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet6/TODO | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/netinet6/TODO b/sys/netinet6/TODO index 7d4d2c5d50d..64017cac280 100644 --- a/sys/netinet6/TODO +++ b/sys/netinet6/TODO @@ -1,7 +1,7 @@ TODOs for KAME/OpenBSD Jun-ichiro Hagino, KAME project KAME Id: TODO,v 1.32 1999/12/08 05:49:27 itojun Exp -$OpenBSD: TODO,v 1.3 1999/12/20 09:29:22 itojun Exp $ +$OpenBSD: TODO,v 1.4 1999/12/21 01:34:16 itojun Exp $ Please refrain from making too much changes to sys/netinet6 tree (even if @@ -18,9 +18,8 @@ Things we can do with the current code: - tcp6 socket input/output (both daemon and client) - udp6 socket input/output (need more testing) - "options IPSEC" compiles (enabled by default in sys/conf/files), but - it means OpenBSD IPsec for IPv4 only. KAME IPsec is not available - (and will never be available as OpenBSD group will not be switching - IPsec code). Because of this IPv6 IPsec is not available. + it means OpenBSD IPsec for IPv4 only. Efforts are ongoing to support IPv6 + with OpenBSD IPsec. - hoplimit control advapi works fine. - works just fine on i386 and sparc. |