summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKim <kim.sidney@gmail.com>2019-03-05 21:37:59 +0100
committerGitHub <noreply@github.com>2019-03-05 21:37:59 +0100
commitff91f9de2e4ee89cbbea195daaa261416fdf09e8 (patch)
tree2f7862dbbd202f78af7060d2d63f313da2fd578c /docs
parentf4456860eda554395ff96dfd66946722611bae4e (diff)
parentb32103d6970b0788a00c353f95f50e308d31b2fe (diff)
downloadvyos-documentation-ff91f9de2e4ee89cbbea195daaa261416fdf09e8.tar.gz
vyos-documentation-ff91f9de2e4ee89cbbea195daaa261416fdf09e8.zip
Merge pull request #11 from kmpm/fixes/references
Fixes some references and tocs
Diffstat (limited to 'docs')
-rw-r--r--docs/examples.rst2
-rw-r--r--docs/quick-start.rst2
-rw-r--r--docs/services/index.rst1
-rw-r--r--docs/vpn.rst2
4 files changed, 5 insertions, 2 deletions
diff --git a/docs/examples.rst b/docs/examples.rst
index 7194188a..f216060e 100644
--- a/docs/examples.rst
+++ b/docs/examples.rst
@@ -6,7 +6,7 @@ Appendix B - Configuration Examples
VyOS DMVPN Hub
--------------
-General infomration can be found in the DMVPN_ chapter.
+General infomration can be found in the :ref:`vpn-dmvpn` chapter.
Configuration
^^^^^^^^^^^^^
diff --git a/docs/quick-start.rst b/docs/quick-start.rst
index 34dd5115..3b235513 100644
--- a/docs/quick-start.rst
+++ b/docs/quick-start.rst
@@ -162,6 +162,6 @@ interface-level traffic-policy directive:
VyOS 1.2 (Crux) also supports HFSC (:code:`set traffic-policy shaper-hfsc`)
-See further information in the `QoS and Traffic Policy`_ chapter.
+See further information in the :ref:`qos` chapter.
.. _tc: http://en.wikipedia.org/wiki/Tc_(Linux)
diff --git a/docs/services/index.rst b/docs/services/index.rst
index 80405ef7..f42fbf81 100644
--- a/docs/services/index.rst
+++ b/docs/services/index.rst
@@ -8,6 +8,7 @@ Services
This chapter descriptes the available system/network services provided by VyOS.
.. toctree::
+ :hidden:
conntrack
dhcp
diff --git a/docs/vpn.rst b/docs/vpn.rst
index 786e0a8e..ddf967b6 100644
--- a/docs/vpn.rst
+++ b/docs/vpn.rst
@@ -455,6 +455,8 @@ rules. (if you used the default configuration at the top of this page)
set firewall name OUTSIDE-LOCAL rule 32 action 'accept'
set firewall name OUTSIDE-LOCAL rule 32 source address '192.168.0.0/24'
+.. _vpn-dmvpn:
+
DMVPN
-----