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
|
- name: mlag_ibgp
|
||||||
label: MLAG iBGP
|
label: MLAG iBGP
|
||||||
description: VLAN purpose
|
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:
|
relationships:
|
||||||
- name: vni
|
- name: vni
|
||||||
peer: InfraVNI
|
peer: InfraVNI
|
||||||
|
|||||||
Reference in New Issue
Block a user