]> git.ipfire.org Git - thirdparty/openvpn.git/commit
remove foreign_option() call for IPv6 DNS servers
authorHeiko Hund <heiko@ist.eigentlich.net>
Fri, 27 May 2022 01:24:54 +0000 (03:24 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 27 May 2022 08:15:34 +0000 (10:15 +0200)
commit2c4cf1a6490b875a4c666d781c30f1033f739118
tree2babcea835153f8cfc7ef1d278a446e371ba62cb
parentd681e9d42e11b08668fae6e7b61d6a040c93082d
remove foreign_option() call for IPv6 DNS servers

The call survived since the initial commit 94bfc256d, where it was added
as a fallback, since no IPv6 DNS server handling was implemented at the
time. Now there's dhcp_option_dns6_parse() which adds the servers to the
tuntap options, just like how it is done with the v4 servers.

Signed-off-by: Heiko Hund <heiko@ist.eigentlich.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220527012457.1819262-2-heiko@ist.eigentlich.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24433.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c