lib/tun: Mark internal helper functions 'static'
[openggsn.git] / ggsn / cmdline.ggo
blob74267071de82d76122fc6df80c9a4d2c80b96a1f
1 # OpenGGSN - Gateway GPRS Support Node
2 # Copyright (C) 2002, 2003, 2004 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.
9 # Use "gengetopt --conf-parser < cmdline.ggo" 
10 # to generate cmdline.c and cmdline.h
12 option  "fg"          f "Run in foreground"             flag   off
13 option  "debug"       d "Run in debug mode"             flag   off
15 option  "conf"        c "Read configuration file"       string default="/etc/ggsn.conf" no
16 option  "pidfile"     - "Filename of process id file"   string default="/var/run/ggsn.pid" no
17 option  "statedir"    - "Directory of nonvolatile data" string default="/var/lib/ggsn/" no
19 option  "listen"      l "Local interface"               string no
20 option  "net"         n "Network"                       string default="192.168.0.0/24" no
21 option  "ipup"        - "Script to run after link-up"    string no
22 option  "ipdown"      - "Script to run after link-down"  string no
24 option  "dynip"       - "Dynamic IP address pool"       string no
25 option  "statip"      - "Static IP address pool"        string no
27 option  "pcodns1"     - "PCO DNS Server 1"              string default="0.0.0.0" no
28 option  "pcodns2"     - "PCO DNS Server 2"              string default="0.0.0.0" no
30 option  "timelimit"   - "Exit after timelimit seconds"  int default="0" no
32 option  "apn"         a "Access point name"             string default="internet" no
33 option  "qos"         q "Requested quality of service"  int    default="0x0b921f" no
34 option  "logfile"     - "Logfile for errors"            string no
35 option  "loglevel"    - "Global log ldevel"             string default="error" no
37 option  "gtp-linux"   g "GTP linux kernel support"      flag    off