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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user