From b6ef99b4439e7420a2e7d1ccbc99d7956b079ae9 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 12 Feb 2015 21:10:12 +0100 Subject: [PATCH] doc update --- doc/sample.config | 2 +- src/ocserv-args.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sample.config b/doc/sample.config index ab29cd37..81faed17 100644 --- a/doc/sample.config +++ b/doc/sample.config @@ -287,7 +287,7 @@ predictable-ips = true default-domain = example.com # The pool of addresses that leases will be given from. If the leases -# are given via Radius, or via explicit-ip? group config option then +# are given via Radius, or via explicit-ip? per-user config option then # these network values should contain a network with at least a single # address that will remain under the full control of ocserv (that is # to be able to assign the local part of the tun device address). diff --git a/src/ocserv-args.def b/src/ocserv-args.def index 645eed36..f3ea7802 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -362,7 +362,7 @@ predictable-ips = true default-domain = example.com # The pool of addresses that leases will be given from. If the leases -# are given via Radius, or via explicit-ip? group config option then +# are given via Radius, or via explicit-ip? per-user config option then # these network values should contain a network with at least a single # address that will remain under the full control of ocserv (that is # to be able to assign the local part of the tun device address).