]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Remove IV_RGI6=1 peer-info signalling.
authorGert Doering <gert@greenie.muc.de>
Sun, 25 Dec 2016 10:59:19 +0000 (11:59 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Mon, 26 Dec 2016 11:55:01 +0000 (12:55 +0100)
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>
src/openvpn/ssl.c

index 15f62f2afd7fc164a2627c5efee4bfb74861abfe..cff40529f3ceb4dbe3478692181e8beeff138df8 100644 (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 */