From 873a388fdb5faeb869881cc780de16c96385e433 Mon Sep 17 00:00:00 2001 From: LiudmylaNad Date: Tue, 4 Aug 2026 11:54:54 +0200 Subject: docs: fix MyST roles used inside eval-rst blocks (#2125) * docs: fix MyST roles used inside eval-rst blocks * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- docs/configuration/interfaces/vxlan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration/interfaces/vxlan.md') diff --git a/docs/configuration/interfaces/vxlan.md b/docs/configuration/interfaces/vxlan.md index 0eff152c..d5b4f9c7 100644 --- a/docs/configuration/interfaces/vxlan.md +++ b/docs/configuration/interfaces/vxlan.md @@ -47,7 +47,7 @@ may be blocked by the hypervisor. .. cfgcmd:: set interfaces vxlan vni Each VXLAN segment is identified through a 24-bit segment ID, termed the - {abbr}`VNI (VXLAN Network Identifier (or VXLAN Segment ID))`, This allows + :abbr:`VNI (VXLAN Network Identifier (or VXLAN Segment ID))`, This allows up to 16M VXLAN segments to coexist within the same administrative domain. ``` @@ -82,7 +82,7 @@ may be blocked by the hypervisor. .. cfgcmd:: set interfaces vxlan parameters neighbor-suppress In order to minimize the flooding of ARP and ND messages in the VXLAN network, - EVPN includes provisions {rfc}`7432#section-10` that allow participating VTEPs + EVPN includes provisions :rfc:`7432#section-10` that allow participating VTEPs to suppress such messages in case they know the MAC-IP binding and can reply on behalf of the remote host. ``` -- cgit v1.2.3