From 63fb97b29f60d6cb4d85fbfc64f1088b203912ee Mon Sep 17 00:00:00 2001 From: systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:48:01 +0200 Subject: Update doc config vrf Remove example without id. VyOS does not accept this example. https://forum.vyos.io/t/vrf-table-id-is-mandatory/13685 --- docs/configuration/vrf/index.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 7091b51a..59132d05 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -16,14 +16,10 @@ Configuration A VRF device is created with an associated route table. Network interfaces are then enslaved to a VRF device. -.. cfgcmd:: set vrf name - - Create new VRF instance with ``. The name is used when placing - individual interfaces into the VRF. - .. cfgcmd:: set vrf name table - Configure use routing table `` used by VRF ``. + Create new VRF instance with `` and . The name is used when placing + individual interfaces into the VRF. .. note:: A routing table ID can not be modified once it is assigned. It can only be changed by deleting and re-adding the VRF instance. -- cgit v1.2.3 From d70a4e226ebf2204eccb440e5f468e98d26588a2 Mon Sep 17 00:00:00 2001 From: systeembeheerder <19684880+systeembeheerder@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:53:22 +0200 Subject: Update docs/configuration/vrf/index.rst added suggestion from dmbaturin Co-authored-by: Daniil Baturin --- docs/configuration/vrf/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index 59132d05..d07ecf33 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -18,7 +18,7 @@ then enslaved to a VRF device. .. cfgcmd:: set vrf name table - Create new VRF instance with `` and . The name is used when placing + Create a new VRF instance with `` and . The name is used when placing individual interfaces into the VRF. .. note:: A routing table ID can not be modified once it is assigned. It can -- cgit v1.2.3