]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Warn if pushed options require DHCP
authorLev Stipakov <lev@openvpn.net>
Wed, 15 Nov 2023 12:06:56 +0000 (13:06 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 15 Nov 2023 14:50:28 +0000 (15:50 +0100)
commit85fc834b0229b87e466b4f60bd2618b2ecd27a5f
treef29de0c8ed31a862b5f5286185667847b6a61133
parent60def50420b050e628f4388e3c9ff771eb70a549
Warn if pushed options require DHCP

Some pushed options (such as DOMAIN-SEARCH) require DHCP server to work.

Warn user that such options will not work if the current driver (such
as dco-win) doesn't support DHCP.

Change-Id: Ie512544329a91fae15409cb18f29d8be617051a1
Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20231115120656.6825-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27403.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/options.c
src/openvpn/tun.c