From 6d08b19b5fd84852493d6321ad79c6639db55306 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 6 Feb 2026 09:04:39 +0000 Subject: [PATCH] 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 --- schemas/mlag.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/mlag.yml b/schemas/mlag.yml index 6797b47..2b5f419 100644 --- a/schemas/mlag.yml +++ b/schemas/mlag.yml @@ -52,11 +52,15 @@ nodes: description: MLAG peer devices - name: peer_vlan peer: InfraVLAN + identifier: mlag_domain_peer_vlan cardinality: one + direction: outbound description: VLAN for MLAG peer-link control traffic - name: ibgp_vlan peer: InfraVLAN + identifier: mlag_domain_ibgp_vlan cardinality: one + direction: outbound optional: true description: VLAN for iBGP peering between MLAG peers