From cf05a5d477643a069dfbb6f58fbd566c7a850bb7 Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 13 Feb 2026 11:25:29 +0100 Subject: [PATCH] =?UTF-8?q?fix(schema):=20add=20trunk=5Fgroups=20and=20stp?= =?UTF-8?q?=5Fenabled=20on=20InfraVLAN=20=E2=80=94=20refs=20#49?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/vlan_vxlan.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schemas/vlan_vxlan.yml b/schemas/vlan_vxlan.yml index 026327e..b17cf82 100644 --- a/schemas/vlan_vxlan.yml +++ b/schemas/vlan_vxlan.yml @@ -52,6 +52,14 @@ nodes: - name: mlag_ibgp label: MLAG iBGP description: VLAN purpose + - name: trunk_groups + kind: List + optional: true + description: "Trunk groups restricting VLAN propagation (e.g., mlag-peer)" + - name: stp_enabled + kind: Boolean + default_value: true + description: "Enable spanning-tree on this VLAN (set false for MLAG peer VLANs)" relationships: - name: vni peer: InfraVNI