summaryrefslogtreecommitdiffstats
path: root/TODO.IPv6
Commit message (Collapse)AuthorAgeFilesLines
* Update IPv6 related readme filesArne Schwabe2014-01-031-2/+8
| | | | | | | | Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: <1388760580-7548-1-git-send-email-arne@rfc2549.org> URL: http://article.gmane.org/gmane.network.openvpn.devel/8167 Signed-off-by: Gert Doering <gert@greenie.muc.de>
* Update TODO.IPv6 listGert Doering2012-06-131-7/+28
| | | | | | | | | | Clarify status of each already-done item for "IPv6 payload" TODOs. Remove TODOs from "IPv6 transport" list that have been solved in "IPv6 payload" work. Signed-off-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
* Implement IPv6 interface config with non-/64 prefix lengths.Gert Doering2012-02-041-0/+2
| | | | | | | | | | | | | | | | | | | | | Add "ifconfig_ipv6_netbits_parm" parameter to init_tun(), use that to initialize tt->netbits_ipv6 (previously: always /64). Actual interface setup code already used tt->netbits_ipv6, so no changes needed there. Remove restrictions on "/netbits" value for --server-ipv6 config option (can now be /64.../112, previously had to be exactly /64). Supporting even smaller networks could cause problems with ipv6-pool handling and are only allowed for explicit "ifconfig-ipv6", not for "server-ipv6". Add /netbits to pushed "ifconfig-ipv6" values on server side (client side always accepted this, but ignored it so far, so this does not break compatibility). Tested on Linux/ifconfig, Linux/iproute2 and FreeBSD 7.4 Signed-off-by: Gert Doering <gert@greenie.muc.de> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
* Merged TODO.IPv6 with TODO.ipv6 and README.IPv6 with README.ipv6Samuli Seppänen2011-08-241-2/+39
| | | | | | | | | | | Prior to this patch were two sets of IPv6 README/TODO files: one from payload and one from transport patchset. Unfortunately Git on Windows gets very confused of these files, as they only differ in case. This patch merges these sets into one. Signed-off-by: Samuli Seppänen <samuli@openvpn.net> Acked-by: David Sommerseth <davids@redhat.com> Signed-off-by: David Sommerseth <davids@redhat.com>
* rebased to 2.2RC2 (beta 2.2 branch)Gert Doering2011-04-241-1/+50
| | | | | | | | | removed mutex locking stuff (no more threading in 2.2) fixed rebase/merge artifacts in mroute.c add current ChangeLog.IPv6 and TODO.IPv6 to commit tag as ipv6-20110424-2 Signed-off-by: Gert Doering <gert@greenie.muc.de>
* tag and release as 20100307-1Gert Doering2011-04-241-1/+7
|
* document recent changes and open TODOs, adapt --version info, tag releaseGert Doering2011-04-241-0/+10
|
* add some TODOs to TODO.IPv6Gert Doering2011-04-241-0/+13
| | | | | --version: change printing of IPv6 payload patch version to [...] style fix "make check" regression in tun.c (unnecessary change reverted)
* 4a, 9, 10, 11, 12 added - and 11. done right away :-)Gert Doering2011-04-241-0/+34
| | | | (cherry picked from commit ea382a1d550ac100d27c8118777e3160c85d06d2)
* Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering2011-04-241-0/+37
(cherry picked from commit ec9dce6387afd198881493bfebf13bb121e8a56b)