]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Reduce --version string detail about IPv6 to just "[IPv6]".
authorGert Doering <gert@greenie.muc.de>
Thu, 16 Aug 2012 18:31:23 +0000 (20:31 +0200)
committerDavid Sommerseth <davids@redhat.com>
Sun, 2 Sep 2012 18:27:12 +0000 (20:27 +0200)
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 <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
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 <davids@redhat.com>
src/openvpn/options.c

index 19690e18c76748604b59a749ea293035f2e5a5db..d25bbeab6579c85afbd72eaf6a5b2695f45f7d9e 100644 (file)
@@ -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__
 ;