diff --git a/doc/sample.config b/doc/sample.config index d3866770..2cb67bc0 100644 --- a/doc/sample.config +++ b/doc/sample.config @@ -166,11 +166,11 @@ ipv4-dns = local # The NBNS server (if any) #ipv4-nbns = 192.168.2.3 -#ipv6-address = #ipv6-dns = # The IPv6 subnet prefix -#ipv6-prefix = +ipv6-network = fc00:: +ipv6-prefix = 16 # Prior to leasing any IP from the pool ping it to verify that # it is not in use by another (unrelated to this server) host. diff --git a/src/ocserv-args.def b/src/ocserv-args.def index a4660303..c2a37d9d 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -263,12 +263,12 @@ ipv4-dns = 192.168.1.2 #ipv4-nbns = 192.168.1.3 # The same, but for IPv6. -#ipv6-network = #ipv6-dns = #ipv6-nbns = # The IPv6 subnet prefix -#ipv6-prefix = +#ipv6-network = fc00:: +#ipv6-prefix = 16 # Prior to leasing any IP from the pool ping it to verify that # it is not in use by another (unrelated to this server) host.