summaryrefslogtreecommitdiffstats
path: root/doc/source/manual/cmdline.rst
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2016-03-20 20:57:03 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2016-03-20 20:57:03 +0100
commit9256105618b2a9d7e1eec4994a5ffddb6b1e5a7f (patch)
tree6a8850130ba77ad148b8110418f1b61d4a2f1504 /doc/source/manual/cmdline.rst
parenta86d2f5d898523ddaa95044d45a6210a6c733645 (diff)
downloadfastd-9256105618b2a9d7e1eec4994a5ffddb6b1e5a7f.tar
fastd-9256105618b2a9d7e1eec4994a5ffddb6b1e5a7f.zip
doc: update with new configuration options
Diffstat (limited to 'doc/source/manual/cmdline.rst')
-rw-r--r--doc/source/manual/cmdline.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/manual/cmdline.rst b/doc/source/manual/cmdline.rst
index bd17249..ffc593a 100644
--- a/doc/source/manual/cmdline.rst
+++ b/doc/source/manual/cmdline.rst
@@ -18,12 +18,12 @@ Command line options and config files are parsed in order they are specified, so
--status-socket <socket>
Configures a socket to get fastd's status.
---log-level <error|warn|info|verbose|debug|debug2>
+--log-level error|warn|info|verbose|debug|debug2
Sets the stderr log level; default is info,
if no alternative log destination ist configured.
If logging to syslog or files is enabled, the default is not to log to stderr.
---syslog-level <error|warn|info|verbose|debug|debug2>
+--syslog-level error|warn|info|verbose|debug|debug2
Sets the log level for syslog output; default is not to use syslog.
--syslog-ident <ident>
@@ -38,7 +38,7 @@ Command line options and config files are parsed in order they are specified, so
--config-peer-dir <dir>
Loads all files from a directory as peer configs. On SIGHUP fastd will reload peer directories.
---mode, -m <tap|tun>
+--mode, -m tap|multitap|tun
Sets the mode of the interface; default is TAP mode.
--interface, -i <name>