From e60849a708c7b70f0d7d2363489863e4c5c9c893 Mon Sep 17 00:00:00 2001 From: Christos Trochalakis Date: Thu, 19 Nov 2015 14:47:23 +0200 Subject: [PATCH] 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 --- src/openvpn/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.47.2