diff --git a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md index 674b5e4c9b2..3dc636d9c93 100644 --- a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md +++ b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md @@ -441,7 +441,7 @@ The description field support templates. See the input variables documentation f #### Underlay L2 port-channel interfaces -The interface description for the L2 uplink/downlink port-channels changes to `L2__`. Previously the default description was `_Po`. +The interface description for the L2 uplink/downlink port-channels changes to `L2__`. Previously the default description was `_Po`. The field `peer_node_group_or_peer` will contain the peer's node group name for MLAG pairs or EVPN A/A nodes or the peer's hostname for a single switch. The port-channels using this are port-channel uplinks. @@ -449,7 +449,7 @@ The port-channels using this are port-channel uplinks. The descriptions can be reverted manually if needed: ```diff -+underlay_l2_port_channel_description: "{peer_node_group_or_uppercase_peer}_Po{peer_channel_group_id}" ++underlay_l2_port_channel_description: "{peer_node_group_or_uppercase_peer}_Po{peer_port_channel_id}" ``` The description field support templates. See the input variables documentation for available fields.