o --server-ipv6 is incompatible with the 'nopool' option
o 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 <yati...@ideopolis.gr>
---
src/openvpn/helper.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/openvpn/helper.c b/src/openvpn/helper.c
index 339e2ae..1af73b1 100644
--- a/src/openvpn/helper.c
+++ b/src/openvpn/helper.c
@@ -166,8 +166,7 @@ helper_client_server (struct options *o)
* tun-ipv6
* 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.6.2