fix(schema): add unique identifiers for MlagDomain VLAN relationships

Add identifier and direction: outbound for peer_vlan and ibgp_vlan
to avoid bidirectional relationship conflicts.

Ref: #41
This commit is contained in:
2026-02-06 09:04:39 +00:00
parent 4f5fef7203
commit 6d08b19b5f

View File

@@ -52,11 +52,15 @@ nodes:
description: MLAG peer devices description: MLAG peer devices
- name: peer_vlan - name: peer_vlan
peer: InfraVLAN peer: InfraVLAN
identifier: mlag_domain_peer_vlan
cardinality: one cardinality: one
direction: outbound
description: VLAN for MLAG peer-link control traffic description: VLAN for MLAG peer-link control traffic
- name: ibgp_vlan - name: ibgp_vlan
peer: InfraVLAN peer: InfraVLAN
identifier: mlag_domain_ibgp_vlan
cardinality: one cardinality: one
direction: outbound
optional: true optional: true
description: VLAN for iBGP peering between MLAG peers description: VLAN for iBGP peering between MLAG peers