From c2e2bf125899cc59aad57cbf7110fe848d50c604 Mon Sep 17 00:00:00 2001 From: gmuloc Date: Fri, 15 Nov 2024 15:57:17 +0100 Subject: [PATCH] Doc: Fix MPLS node types documentation in node_types table --- .../arista/avd/roles/eos_designs/docs/input-variables.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/input-variables.md b/ansible_collections/arista/avd/roles/eos_designs/docs/input-variables.md index a4b6744f42e..171a981e41c 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/input-variables.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/input-variables.md @@ -147,9 +147,9 @@ To customize or create new node types, please refer to [node type customization] | overlay_controller | ✅ | p2p | server | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | eBGP | eBGP | | | wan_rr | ✅ | p2p | server | ✘ | ✘ | ✅ | ✅ | ✘ | ✘ | server | none | iBGP | AutoVPN RR or Pathfinder depending on the e` value. | | wan_router | ✅ | p2p | client | ✘ | ✘ | ✅ | ✅ | ✘ | ✘ | client | none | iBGP | Edge routers for AutoVPN or Edge and Transit routers for CV Pathfindeing on the `wan_mode` value. | -| p | ✅ | p2p | none | none, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | iBGP | ISIS-SR | | -| rr | ✅ | p2p | server | server, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | iBGP | ISIR | EVPN with MPLS encapsulation | -| pe | ✅ | p2p | client | client, LSR | ✅ | ✅ | ✅ | ✘ | ✅ | ✘ | iBGP | ISIS-SR | EVPN with MPLS encapsulation, L1 Network Services (PW) | +| p | ✅ | p2p | none | none, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ISIS-SR | iBGP | | +| rr | ✅ | p2p | server | server, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ISIS-SR | iBGP | EVPN with MPLS encapsulation | +| pe | ✅ | p2p | client | client, LSR | ✅ | ✅ | ✘ | ✘ | ✅ | ✘ | ISIS-SR | iBGP | EVPN with MPLS encapsulation, L1 Network Services (PW) | ## Node type customization