본문 바로가기

Nox

NOX opttions

nox_core: nox runtime
usage: nox_core [OPTIONS] [APP[=ARG[,ARG]...]] [APP[=ARG[,ARG]...]]...

Interface options (specify any number):
  -i nl:DP_ID             via netlink to local datapath DP_IDX
  -i ptcp:[PORT]          listen to TCP PORT (default: 6633)
  -i pssl:[PORT]:KEY:CERT:CONTROLLER_CA_CERT
                          listen to SSL PORT (default: 6633)
  -i pcap:FILE[:OUTFILE]  via pcap from FILE (for testing) write to OUTFILE
  -i pcapt:FILE[:OUTFILE] same as "pcap", but delay packets based on pcap timestamps
  -i pgen:                continuously generate packet-in events

Network control options (must also specify an interface):
  -u, --unreliable        do not reconnect to interfaces on error

Leak checking options:
  --check-leaks=FILE      log memory allocation calls to FILE
  --leak-limit=SIZE       log to FILE at most SIZE bytes

Other options:
  -c, --conf=FILE         set configuration file
  -d, --daemon            become a daemon
  -l, --libdir=DIRECTORY  add a directory to the search path for application libraries
  -p, --pid=FILE          set pid file
  -n, --info=FILE         set controller info file
  -v, --verbose           set maximum verbosity level
  -v, --verbose=CONFIG    configure verbosity
  -h, --help              display this help message
  -V, --version           display version information

'Nox' 카테고리의 다른 글

NOX Installation(Ubuntu 9.04)  (1) 2009.07.11