diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-03-25 01:36:23 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2016-03-25 01:36:23 +0100 |
commit | 6bc0ca2f2858271feb36d58ae077bad24a996bed (patch) | |
tree | 194344326310eafb35c98252284acbf27ebbb71e /doc/source/manual | |
parent | 9256105618b2a9d7e1eec4994a5ffddb6b1e5a7f (diff) | |
download | fastd-6bc0ca2f2858271feb36d58ae077bad24a996bed.tar fastd-6bc0ca2f2858271feb36d58ae077bad24a996bed.zip |
doc: add preliminary v18 release notes
Diffstat (limited to 'doc/source/manual')
-rw-r--r-- | doc/source/manual/config.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/manual/config.rst b/doc/source/manual/config.rst index ea42c4e..0abebeb 100644 --- a/doc/source/manual/config.rst +++ b/doc/source/manual/config.rst @@ -131,6 +131,8 @@ Example config: Includes each file in a directory as a peer configuration. These peers are reloaded when fastd receives a SIGHUP signal. +.. _option-interface: + | ``interface "<name>";`` Sets the name of the TUN/TAP interface to use; it will be set by the OS when no name is configured explicitly. |