]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Rename OPT_P_IPWIN32 to OPT_P_DHCPDNS and include --dns in it
authorArne Schwabe <arne@rfc2549.org>
Wed, 17 Aug 2022 07:59:25 +0000 (09:59 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 17 Aug 2022 14:43:42 +0000 (16:43 +0200)
commit8a7d0005860d2227c8d0e63ee73131e8188b7c18
treeaf1644162b263c5f765bc98816d1f31daae85277
parente0dbe5c4e290c0c24a26a9e5c19957ebaca09543
Rename OPT_P_IPWIN32 to OPT_P_DHCPDNS and include --dns in it

The dns options are very similar to dhcp-option and should fall
under the same option mask. For that rename the OPT_P_IPWIN32 mask
to OPT_P_DHCPDNS and include dns in it.

This effects currently route-nopull which block all host side
network/dns configuration but did not block the new dns option.
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220817075925.815184-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24946.html

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/init.c
src/openvpn/options.c
src/openvpn/options.h