blob: 5d3e6013379694e9da9495b404bf720cd79c2836 [file] [log] [blame]
jjako52c24142002-12-16 13:33:51 +00001# OpenGGSN - Gateway GPRS Support Node
2# Copyright (C) 2002 Mondru AB.
3#
4# The contents of this file may be used under the terms of the GNU
5# General Public License Version 2, provided that the above copyright
6# notice and this permission notice is included in all copies or
7# substantial portions of the software.
8#
9# The initial developer of the original code is
10# Jens Jakobsen <jj@openggsn.org>
11#
12# Contributor(s):
13
14
15option "fg" f "Run in foreground" flag off
16option "debug" d "Run in debug mode" flag off
17
18option "conf" c "Read configuration file" string default="/etc/ggsn.conf" no
19option "pidfile" - "Filename of process id file" string default="/var/run/ggsn.pid" no
20option "statedir" - "Directory of nonvolatile data" string default="/var/lib/ggsn/" no
21
22option "listen" l "Local interface" string no
23option "net" n "Network" string default="192.168.0.0" no
24option "mask" - "Network mask" string default="255.255.255.0" no
25
26option "timelimit" - "Exit after timelimit seconds" int default="0" no
27
28option "apn" a "Access point name" string default="internet" no
29option "qos" q "Requested quality of service" int default="0x0b921f" no