From: Christos Trochalakis Date: Thu, 19 Nov 2015 12:47:23 +0000 (+0200) Subject: Adjust server-ipv6 documentation X-Git-Tag: v2.4_alpha1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60849a708c7b70f0d7d2363489863e4c5c9c893;p=thirdparty%2Fopenvpn.git Adjust server-ipv6 documentation ifconfig-ipv6-pool starts at 0x1000 and not 0x10000 since v2.3 c55e9562: Implement IPv6 interface config with non-/64 prefix lengths Signed-off-by: Christos Trochalakis Acked-by: Gert Doering Message-Id: <20151119124723.GA10830@luke.ws.skroutz.gr> URL: http://article.gmane.org/gmane.network.openvpn.devel/10537 Signed-off-by: Gert Doering --- diff --git a/src/openvpn/helper.c b/src/openvpn/helper.c index 339e2aea8..62f88eccc 100644 --- a/src/openvpn/helper.c +++ b/src/openvpn/helper.c @@ -167,7 +167,7 @@ helper_client_server (struct options *o) * push "tun-ipv6" * ifconfig-ipv6 2001:db8::1 2001:db8::2 * if !nopool: - * ifconfig-ipv6-pool 2001:db8::1:0/64 + * ifconfig-ipv6-pool 2001:db8::1000/64 * */ if ( o->server_ipv6_defined )