]> git.ipfire.org Git - thirdparty/openvpn.git/commit
allow usage of --server-ipv6 even when no --server is specified
authorAntonio Quartulli <antonio@openvpn.net>
Sat, 30 May 2020 00:05:56 +0000 (02:05 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 6 Jun 2020 14:12:54 +0000 (16:12 +0200)
commit7d65aad8973fa85a007a3de8907b9cbced20b2b4
tree466b3c191f80e6399062f38aa220fe8e2797c7cd
parent452113155e791fdf6091de0422391ff62bda2ac9
allow usage of --server-ipv6 even when no --server is specified

Until now OpenVPN has not allowed to specify --server-ipv6
if no --server was also set. This constraint comes from the
fact that most of the IPv6 logic (i.e. ifconfig-pool handling)
relied on IPv4 components to be activated and configured as
well.

Now that the IPv6 code path has been made independent from
IPv4, it is finally possible to to relax the constraint
mentioned above and make it possible for the user to have a
configurations with --server-ipv6 only.

Trac: #208
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20200530000600.1680-4-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19949.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/helper.c