]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
* document ipv6 milestone status
authorJuanJo Ciarlante <jjo@google.com>
Sat, 19 Sep 2009 19:58:15 +0000 (21:58 +0200)
committerJuanJo Ciarlante <juanjosec@gmail.com>
Fri, 25 Mar 2011 12:30:29 +0000 (13:30 +0100)
README.ipv6.txt

index 0d4c462fc9a3ea998ef9b35a57660c13c2b5ca02..67be89bd7d4c179d8d668ef36a247768555cafc0 100644 (file)
@@ -6,9 +6,9 @@ Available under GPLv2 from
   http://github.com/jjo/openvpn-ipv6
 
 * Working:
-  - tcp6->tcp6; tested on GNU/Linux
-  - upd6->upd6; tested on GNU/Linux
-  - upd4->upd6 (ipv6 bound)
+  - upd6,tcp6: tested on GNU/Linux, win32
+  - udp4->upd6,tcp4->tcp6 (ipv4/6 mapped): tested on GNU/Linux, win32
+    (gives a warning on local!=remote proto matching)
 
 * Setup:
   ./configure --enable-ipv6        (by default)
@@ -55,6 +55,9 @@ Available under GPLv2 from
     proto_is_udp(), proto_is_dgram(), proto_is_net()
 
 * TODO:
+  -  Should not use random for listening in IPv6 "by name", as eg
+     ip6-localhost could return any ifindex, or "randomly" behave as
+     if it were IPV6_V6ONLY (caught this in my unittesting)
   -  Implement comparison for mapped addesses: server in dual stack
      listening IPv6 must permit incoming streams from allowed IPv4 peer,
      currently you need to pass eg:  --remote ffff::1.2.3.4