blob: 47ff10297c4be7e56738a7960b2312b7829e14ef [file] [log] [blame]
jjakoa7cd2492003-04-11 09:40:12 +00001# OpenGGSN - Gateway GPRS Support Node
jjako0fe0df02004-09-17 11:30:40 +00002# Copyright (C) 2002, 2003, 2004 Mondru AB.
jjako52c24142002-12-16 13:33:51 +00003#
jjakoa7cd2492003-04-11 09:40:12 +00004# 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.
jjako0fe0df02004-09-17 11:30:40 +00008#
9# Use "gengetopt --conf-parser < cmdline.ggo"
10# to generate cmdline.c and cmdline.h
jjako52c24142002-12-16 13:33:51 +000011
12option "fg" f "Run in foreground" flag off
13option "debug" d "Run in debug mode" flag off
14
15option "conf" c "Read configuration file" string default="/etc/ggsn.conf" no
16option "pidfile" - "Filename of process id file" string default="/var/run/ggsn.pid" no
17option "statedir" - "Directory of nonvolatile data" string default="/var/lib/ggsn/" no
18
19option "listen" l "Local interface" string no
jjakoa7cd2492003-04-11 09:40:12 +000020option "net" n "Network" string default="192.168.0.0/24" no
21option "ipup" - "Script to run after link-up" string no
22option "ipdown" - "Script to run after link-down" string no
23
jjakoa7c33812003-04-11 11:51:39 +000024option "dynip" - "Dynamic IP address pool" string no
25option "statip" - "Static IP address pool" string no
jjakoa7cd2492003-04-11 09:40:12 +000026
27option "pcodns1" - "PCO DNS Server 1" string default="0.0.0.0" no
28option "pcodns2" - "PCO DNS Server 2" string default="0.0.0.0" no
jjako52c24142002-12-16 13:33:51 +000029
30option "timelimit" - "Exit after timelimit seconds" int default="0" no
31
32option "apn" a "Access point name" string default="internet" no
33option "qos" q "Requested quality of service" int default="0x0b921f" no
Holger Hans Peter Freyther9c0ff4f2014-03-23 10:07:26 +010034option "logfile" - "Logfile for errors" string no
Holger Hans Peter Freytherc38bf642014-12-04 18:54:58 +010035option "loglevel" - "Global log ldevel" string default="error" no
Pablo Neira Ayuso4b075b62015-11-17 12:22:42 +010036
37option "gtpnl" g "GTP kernel support" string default="eth0" no
38