summaryrefslogtreecommitdiffstats
path: root/doc/source/manual/config.rst
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-11-12 15:11:16 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-11-12 15:11:16 +0100
commited121da8eb6d6d60a3fe83de41d12c7c694186cb (patch)
treed4daf16556b7df05534dd71cdbb9ba8b9c7957a4 /doc/source/manual/config.rst
parentbe929dbe2dffa82ca1f91538f56a1bb0490000bd (diff)
downloadfastd-ed121da8eb6d6d60a3fe83de41d12c7c694186cb.tar
fastd-ed121da8eb6d6d60a3fe83de41d12c7c694186cb.zip
doc: add documentation for the status socket option
Diffstat (limited to 'doc/source/manual/config.rst')
-rw-r--r--doc/source/manual/config.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/manual/config.rst b/doc/source/manual/config.rst
index d558e8a..5a09c6c 100644
--- a/doc/source/manual/config.rst
+++ b/doc/source/manual/config.rst
@@ -260,6 +260,11 @@ Example config:
Setting this option to yes (the default) on one side is enough to ensure that a session established by two peers has not
been downgraded.
+| ``status socket "<socket>";``
+
+ Configures a UNIX socket which can be used to retrieve the current state of fastd. An example script
+ to get the status can be found at ``doc/examples/status.pl`` in the fastd repository.
+
| ``user "<user>";``
Sets the user to run fastd as.