summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGert Doering <gert@greenie.muc.de>2012-08-16 20:31:23 +0200
committerDavid Sommerseth <davids@redhat.com>2012-09-02 20:27:12 +0200
commitcb13e30661d87a38232bf27e817528184d345811 (patch)
tree06a0048513733f4608e59bd339bbdf41c5ef8446
parentc0cd314e9221eae827658ef8311dbd618bb138f8 (diff)
downloadopenvpn-cb13e30661d87a38232bf27e817528184d345811.tar.gz
openvpn-cb13e30661d87a38232bf27e817528184d345811.tar.xz
openvpn-cb13e30661d87a38232bf27e817528184d345811.zip
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 <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>
-rw-r--r--src/openvpn/options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openvpn/options.c b/src/openvpn/options.c
index 19690e1..d25bbea 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__
;