diff options
-rw-r--r-- | docs/examples.rst | 2 | ||||
-rw-r--r-- | docs/quick-start.rst | 2 | ||||
-rw-r--r-- | docs/services/index.rst | 1 | ||||
-rw-r--r-- | docs/vpn.rst | 2 |
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 46a7b957..5a18ab55 100644 --- a/docs/vpn.rst +++ b/docs/vpn.rst @@ -449,6 +449,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 ----- |