diff options
author | Yuriy Andamasov <andamasov@gmail.com> | 2019-01-20 16:17:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-20 16:17:30 +0100 |
commit | 612ab4def61755afc369c8e226588b15db0bc751 (patch) | |
tree | 8356346a5b7a4b51339a4975f10da3f4b9123ef9 /docs/services/index.rst | |
parent | ce02006259e45ea9b0ab5f30ac3f1639d2338505 (diff) | |
parent | 1ac4afa392eb4c077507cf3866ebc1b8b3cb1793 (diff) | |
download | vyos-documentation-612ab4def61755afc369c8e226588b15db0bc751.tar.gz vyos-documentation-612ab4def61755afc369c8e226588b15db0bc751.zip |
Merge pull request #7 from kmpm/festures/split-services
services in own folder
Diffstat (limited to 'docs/services/index.rst')
-rw-r--r-- | docs/services/index.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/services/index.rst b/docs/services/index.rst new file mode 100644 index 00000000..80405ef7 --- /dev/null +++ b/docs/services/index.rst @@ -0,0 +1,26 @@ +.. _services: + +.. include:: references.rst + +Services +======== + +This chapter descriptes the available system/network services provided by VyOS. + +.. toctree:: + + conntrack + dhcp + dhcpv6 + dhcp-relay + dns-forwarding + dynamic-dns + lldp + mdns-repeater + pppoe-server + udp-broadcast-relay + snmp + ssh + tftp + udp-broadcast-relay + webproxy |