mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-06-08 16:35:26 -04:00
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:
parent
ebd24617f9
commit
554504c5e2
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue