From: Gert Doering Date: Thu, 16 Aug 2012 18:31:23 +0000 (+0200) Subject: Reduce --version string detail about IPv6 to just "[IPv6]". X-Git-Tag: v2.3_beta1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb13e30661d87a38232bf27e817528184d345811;p=thirdparty%2Fopenvpn.git Reduce --version string detail about IPv6 to just "[IPv6]". For 2.3 release, we do not need to have more details, as there is no separate patch set anymore, and both IPv6 transport and IPv6 payload (PF_INET6) have been fully integrated. Signed-off-by: Gert Doering Acked-by: David Sommerseth Message-Id: 1345141883-9889-3-git-send-email-gert@greenie.muc.de URL: http://article.gmane.org/gmane.network.openvpn.devel/6985 Signed-off-by: David Sommerseth --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 19690e18c..d25bbeab6 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -106,8 +106,7 @@ const char title_string[] = #if ENABLE_IP_PKTINFO " [MH]" #endif - " [PF_INET6]" - " [IPv6 payload 20110522-1 (2.2.0)]" + " [IPv6]" " built on " __DATE__ ;