diff options
author | rebortg <github@ghlr.de> | 2021-07-21 20:59:25 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-07-21 20:59:25 +0200 |
commit | ab702eb8ad73bf8688251e1f12436091115e9476 (patch) | |
tree | 51e6b4f397d0e437dc6cc6576f93fbb5e777208d /docs/configuration/vrf/index.rst | |
parent | 00d33cbd2ba9388727e79cfb78cd2c43762c1f74 (diff) | |
download | vyos-documentation-ab702eb8ad73bf8688251e1f12436091115e9476.tar.gz vyos-documentation-ab702eb8ad73bf8688251e1f12436091115e9476.zip |
vrf: correct build warning
Diffstat (limited to 'docs/configuration/vrf/index.rst')
-rw-r--r-- | docs/configuration/vrf/index.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 23bc5422..54b7803f 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -187,6 +187,8 @@ For VRF maintenance the following operational commands are in place. route packets taken to the given hosts IP address family. This option is useful when the host is specified as a hostname rather than an IP address. +.. _vrf example: + Example ======= @@ -206,6 +208,8 @@ The following example topology was build using EVE-NG. ``red``. Say this is the HR department. * R1 is managed through an out-of-band network that resides in VRF ``mgmt`` +.. _vrf example configuration: + Configuration ^^^^^^^^^^^^^ @@ -236,6 +240,8 @@ Configuration set vrf name red protocols static route 10.0.0.0/24 interface eth1 vrf 'default' set vrf name red table '2000' +.. _vrf example operation: + Operation ^^^^^^^^^ |