fix(schema): add trunk_groups and stp_enabled on InfraVLAN — refs #49

This commit is contained in:
Damien
2026-02-13 11:25:29 +01:00
parent f623d12b8c
commit cf05a5d477

View File

@@ -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