From 05571b8821cb5f64f106458da4fb331d3c017cd1 Mon Sep 17 00:00:00 2001 From: mkilar Date: Tue, 21 Oct 2025 10:17:59 +0200 Subject: [PATCH] adding mtu support for edge_connections --- roles/dtc/common/templates/ndfc_edge_connections.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/dtc/common/templates/ndfc_edge_connections.j2 b/roles/dtc/common/templates/ndfc_edge_connections.j2 index f1668d760..f2c23451d 100644 --- a/roles/dtc/common/templates/ndfc_edge_connections.j2 +++ b/roles/dtc/common/templates/ndfc_edge_connections.j2 @@ -39,6 +39,7 @@ ADMIN_STATE: {{ link.source_interface_enabled | default(true) }} BGP_PASSWORD: "" BGP_PASSWORD_ENABLE: false + MTU: {{ link.source_interface_mtu | default(9216) }} OVERRIDE_LOCAL_ASN: false POLICY_ID: "" ROUTING_TAG: "{{ link.bgp_section.routing_tag | default('') }}"