diff options
author | kmpm <peter@birchroad.net> | 2019-01-20 19:47:04 +0100 |
---|---|---|
committer | kmpm <peter@birchroad.net> | 2019-01-20 19:47:04 +0100 |
commit | e6fa2569332c15a61f3c99ba0fe639696836d3bd (patch) | |
tree | ea76f27cd53bd4f4de869e5fc7f2654775cb5501 /docs/system.rst | |
parent | bc5ad9350e7444d5efc470340cb0c979c0606e0c (diff) | |
download | vyos-documentation-e6fa2569332c15a61f3c99ba0fe639696836d3bd.tar.gz vyos-documentation-e6fa2569332c15a61f3c99ba0fe639696836d3bd.zip |
Split network-interfaces into multiple files
- Now sections as separate files under interfaces/
- Fixed some references
Diffstat (limited to 'docs/system.rst')
-rw-r--r-- | docs/system.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/system.rst b/docs/system.rst index 445d9248..37b17823 100644 --- a/docs/system.rst +++ b/docs/system.rst @@ -3,8 +3,8 @@ System ====== -After a basic system setup by setting up `Interface Addresses`_, VyOS should -be ready for further configuration which is described in this chapter. +After a basic system setup by setting up :ref:`interfaces-addresses`, VyOS +should be ready for further configuration which is described in this chapter. Host Information ---------------- @@ -92,9 +92,9 @@ Example: Set system domain to example.com: Static host mappings ^^^^^^^^^^^^^^^^^^^^ -How to assign IPs to interfaces is described in chapter `Interface Addresses`_. -This section shows how to statically map a system IP to its host name for -local (meaning on this VyOS instance) DNS resolution: +How to assign IPs to interfaces is described in chapter +:ref:`interfaces-addresses`. This section shows how to statically map a system +IP to its host name for local (meaning on this VyOS instance) DNS resolution: .. code-block:: sh |