]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Adjust server-ipv6 documentation
authorChristos Trochalakis <yatiohi@ideopolis.gr>
Thu, 19 Nov 2015 12:47:23 +0000 (14:47 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 21 Nov 2015 12:44:47 +0000 (13:44 +0100)
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 <yatiohi@ideopolis.gr>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20151119124723.GA10830@luke.ws.skroutz.gr>
URL: http://article.gmane.org/gmane.network.openvpn.devel/10537
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit e60849a708c7b70f0d7d2363489863e4c5c9c893)

src/openvpn/helper.c

index 339e2aea8b868a674da78a54c10830abc8df4c01..62f88eccc366d5802fd1c9d11545af340922477d 100644 (file)
@@ -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 )