aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn/cmdline.ggo
blob: c4d281d6307cfa67eb1f78260198c8c6d6f04a56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#  OpenGGSN - Gateway GPRS Support Node
#  Copyright (C) 2002 Mondru AB.
#  
#  The contents of this file may be used under the terms of the GNU
#  General Public License Version 2, provided that the above copyright
#  notice and this permission notice is included in all copies or
#  substantial portions of the software.
#  
#  The initial developer of the original code is
#  Jens Jakobsen <jj@openggsn.org>
#  
#  Contributor(s):


option  "fg"          f "Run in foreground"             flag   off
option  "debug"       d "Run in debug mode"             flag   off

option  "conf"        c "Read configuration file"       string default="/etc/ggsn.conf" no
option  "pidfile"     - "Filename of process id file"   string default="/var/run/ggsn.pid" no
option  "statedir"    - "Directory of nonvolatile data" string default="/var/lib/ggsn/" no

option  "listen"      l "Local interface"               string no
option  "net"         n "Network"                       string default="192.168.0.0" no
option  "mask"        - "Network mask"                  string default="255.255.255.0" no

option  "timelimit"   - "Exit after timelimit seconds"  int default="0" no

option  "apn"         a "Access point name"             string default="internet" no
option  "qos"         q "Requested quality of service"  int    default="0x0b921f" no

option  "ipup"        - "Script to run after link-up"    string no
option  "ipdown"      - "Script to run after link-down"  string no