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 <gert@greenie.muc.de>
Acked-by: Steffan Karger <steffan@karger.me>
Acked-by: David Sommerseth <davids@openvpn.net>
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 <davids@openvpn.net>
(cherry picked from commit 392c9e47f6)
This commit is contained in:
Gert Doering 2016-12-25 11:59:19 +01:00 committed by David Sommerseth
parent ebd24617f9
commit 554504c5e2

View file

@ -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 */