aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorjjako <jjako>2003-04-11 11:51:39 +0000
committerjjako <jjako>2003-04-11 11:51:39 +0000
commita7c3381c2bb8a790d435445c362e5ea7a22a467b (patch)
tree42b552325b78ff6a43de18278d812bbb5f91f628 /examples
parent9944eba320bfafc43d7dab0e11d7e68a1c27d33e (diff)
Corrected pointer error in ggsn.c
Diffstat (limited to 'examples')
-rw-r--r--examples/ggsn.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/ggsn.conf b/examples/ggsn.conf
index 5550525..9fb62f6 100644
--- a/examples/ggsn.conf
+++ b/examples/ggsn.conf
@@ -27,7 +27,7 @@ fg
# TAG: statedir
# Directory to use for nonvolatile storage.
# The program must have write access to this directory.
-#pidfile /var/lib/ggsn/
+#statedir /var/lib/ggsn/
# TAG: listen
@@ -53,6 +53,7 @@ listen 10.0.0.240
# Dynamic IP address pool.
# Used for allocation of dynamic IP address when address is not given
# by HLR or radius server.
+# If this option is not given then the net option is used as a substitute.
#dynip 192.168.0.0/24
# TAG: statip