]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove warning on pushed tun-ipv6 option.
authorGert Doering <gert@greenie.muc.de>
Sat, 11 Nov 2017 14:22:30 +0000 (15:22 +0100)
committerGert Doering <gert@greenie.muc.de>
Sat, 11 Nov 2017 14:41:23 +0000 (15:41 +0100)
commit81b6882116a55299d5da5542d757d65384829efe
treed631b00df09b3326fd002a2e9eff0f84eaf14556
parenta202f6e74b32beabad764ee4226781a7f7e9c1c6
Remove warning on pushed tun-ipv6 option.

tun-ipv6 is a no-op nowadays, and we print a warning to let users know -
which is not helpful for server-pushed tun-ipv6 (which might be the
result of --server-ipv6 automatically pushing this).  So, remove the
warning if parsing pushed options.

Also, remove the VERIFY_PERMISSION() call here which has side effects
on the "which class of options got pushed, do we need to act on them
later on?" flag set.

v2: use existing pull_mode flag

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <20171111142230.3288-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/search?l=mid&q=20171111142230.3288-1-gert@greenie.muc.de
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 7a216d9dba558281d4b6a04124912081a79fcb88)
src/openvpn/options.c