From 8a29216228bacddb247ce0f7593a621b66cdbf1c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 29 Jan 2014 15:13:33 +0100 Subject: [PATCH] doc update --- doc/sample.config | 4 ++-- src/ocserv-args.def | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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.