From: Gert Doering Date: Sun, 25 Dec 2016 10:59:19 +0000 (+0100) Subject: Remove IV_RGI6=1 peer-info signalling. X-Git-Tag: v2.5_beta1~771 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=392c9e47f6418612bc2a4932faf22bb711e65a54;p=thirdparty%2Fopenvpn.git Remove IV_RGI6=1 peer-info signalling. This is no longer needed, as anything 2.4 or later is known to have this functionality, and IV_VER can be used to detect this on the server. Signed-off-by: Gert Doering Acked-by: Steffan Karger Acked-by: David Sommerseth Message-Id: <20161225105919.25792-1-gert@greenie.muc.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13706.html Signed-off-by: David Sommerseth --- diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c index 15f62f2af..cff40529f 100644 --- a/src/openvpn/ssl.c +++ b/src/openvpn/ssl.c @@ -2270,9 +2270,6 @@ push_peer_info(struct buffer *buf, struct tls_session *session) comp_generate_peer_info_string(&session->opt->comp_options, &out); #endif - /* support for redirecting IPv6 gateway */ - buf_printf(&out, "IV_RGI6=1\n"); - if (session->opt->push_peer_info_detail >= 2) { /* push mac addr */