aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.IPv6 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-04-24implement IPv6 ifconfig + route setup/deletion on OpenBSDGert Doering1-0/+18
destroy tunX interface on tun_close() tested on OpenBSD 4.7 Signed-off-by: Gert Doering <gert@greenie.muc.de>
2011-04-24tag and release as 20100307-1Gert Doering1-0/+29
2011-04-24document recent changes and open TODOs, adapt --version info, tag releaseGert Doering1-0/+46
2011-04-24add some TODOs to TODO.IPv6Gert Doering1-0/+11
--version: change printing of IPv6 payload patch version to [...] style fix "make check" regression in tun.c (unnecessary change reverted)
2011-04-24new feature: "ifconfig-ipv6-push" (from ccd/ config)Gert Doering1-0/+42
affects options.h, options.c, multi.c benefit: static IPv6 address assignment from radiusplugin (etc) rewritten get_ipv6_addr() to handle IPv6 addresses with and without "/bits" affects route.c and mainly options.c benefit: ifconfig-ipv6, ifconfig-ipv6-pool can now be accept configurations with networks != /64 (the rest of the implementation is not yet completely there, but this is imporant preparation work to be able to add /bits to "push 'ifconfig-ipv6 ...'" later on without breaking clients do not try to add/delete IPv6 routes if no IPv6 on tunnel affects: route.c benefit: avoid error messages, and make IPv6 troubleshooting easier flag as "config error" if --ifconfig-ipv6-pool used without --ifconfig-ipv6 flag as "config error" if --ifconfig-ipv6-pool used without --server print warning if --ifconfig-ipv6 is used without --tun-ipv6 changes documented in more detail in ChangeLog.IPv6 * release patch set 20100114-1 (cherry picked from commit c04f774c7e9bed602818b1fe2ff4e83cf913d471)
2011-04-24Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering1-0/+189
(cherry picked from commit ec9dce6387afd198881493bfebf13bb121e8a56b)