From e353ef0a902dd9bb35561cb28eb372838824a632 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 21 Feb 2026 11:48:13 +0100 Subject: [PATCH] Update MLAG schema to use IPHost instead of IPNetwork for local interface IP --- infrahub/schemas/mlag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrahub/schemas/mlag.yml b/infrahub/schemas/mlag.yml index 7a6c220..832395d 100644 --- a/infrahub/schemas/mlag.yml +++ b/infrahub/schemas/mlag.yml @@ -79,7 +79,7 @@ nodes: display_label: "{{ local_interface_ip__value }}" attributes: - name: local_interface_ip - kind: IPNetwork + kind: IPHost description: IP on MLAG peer VLAN SVI - name: peer_address kind: IPHost