fix(schema): add trunk_groups and stp_enabled on InfraVLAN — refs #49
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user