diff --git a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md index dbeba747787..f259f6c8d2d 100644 --- a/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md +++ b/ansible_collections/arista/avd/roles/eos_designs/docs/tables/network-services-vrfs-settings.md @@ -31,7 +31,7 @@ | [        vtep_diagnostic](## ".[].vrfs.[].vtep_diagnostic") | Dictionary | | | | Enable VTEP Network diagnostics.
This will create a loopback with virtual source-nat enable to perform diagnostics from the switch.
| | [          loopback](## ".[].vrfs.[].vtep_diagnostic.loopback") | Integer | | | Min: 2
Max: 2100 | Loopback interface number, required when vtep_diagnotics defined.
| | [          loopback_description](## ".[].vrfs.[].vtep_diagnostic.loopback_description") | String | | | | Provide a custom description for loopback interface. | - | [          loopback_ip_range](## ".[].vrfs.[].vtep_diagnostic.loopback_ip_range") | String | | | | IPv4_address/Mask.
Loopback ip range, a unique ip is derived from this ranged and assigned to each l3 leaf based on it's unique id.
Loopback is not created unless loopback_ip_range or loopback_ip_pools are set.
| + | [          loopback_ip_range](## ".[].vrfs.[].vtep_diagnostic.loopback_ip_range") | String | | | | IPv4_address/Mask.
Loopback ip range, a unique ip is derived from this range and assigned to each l3 leaf based on it's unique id.
Loopback is not created unless loopback_ip_range or loopback_ip_pools are set.
| | [          loopback_ipv6_range](## ".[].vrfs.[].vtep_diagnostic.loopback_ipv6_range") | String | | | | IPv6_address/Mask.
Loopback ipv6 range, a unique ipv6 is derived from this range and assigned to each l3 leaf based on it's unique id.
Loopback is not created unless loopback_ipv6_range or loopback_ip_pools are set.
| | [          loopback_ip_pools](## ".[].vrfs.[].vtep_diagnostic.loopback_ip_pools") | List, items: Dictionary | | | | For inventories with multiple PODs a loopback range can be set per POD to avoid overlaps.
This only takes effect when loopback_ip_range is not defined, optional (loopback is not created unless loopback_ip_range or loopback_ip_pools are set).
| | [            - pod](## ".[].vrfs.[].vtep_diagnostic.loopback_ip_pools.[].pod") | String | | | | POD name. | @@ -184,7 +184,7 @@ loopback_description: # IPv4_address/Mask. - # Loopback ip range, a unique ip is derived from this ranged and assigned to each l3 leaf based on it's unique id. + # Loopback ip range, a unique ip is derived from this range and assigned to each l3 leaf based on it's unique id. # Loopback is not created unless loopback_ip_range or loopback_ip_pools are set. loopback_ip_range: diff --git a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml index 2db4b878a51..320ddd1bf9a 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.schema.yml @@ -6103,7 +6103,7 @@ $defs: type: str description: 'IPv4_address/Mask. - Loopback ip range, a unique ip is derived from this ranged and + Loopback ip range, a unique ip is derived from this range and assigned to each l3 leaf based on it''s unique id. Loopback is not created unless loopback_ip_range or loopback_ip_pools