From ed820f3380899fe6350ce325323de3dc7754d94f Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 13 Feb 2026 11:23:29 +0100 Subject: [PATCH] =?UTF-8?q?fix(schema):=20add=20virtual=5Frouter=5Faddress?= =?UTF-8?q?=20and=20autostate=20on=20InterfaceVlan=20=E2=80=94=20refs=20#4?= =?UTF-8?q?6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/base.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/schemas/base.yml b/schemas/base.yml index be0460b..ca6685b 100644 --- a/schemas/base.yml +++ b/schemas/base.yml @@ -258,6 +258,15 @@ nodes: - device__name__value - name__value display_label: "{{ name__value }}" + attributes: + - name: virtual_router_address + kind: IPHost + optional: true + description: Anycast gateway IP (ip virtual-router address) + - name: autostate + kind: Boolean + default_value: true + description: "Enable autostate (set false for MLAG peer SVIs)" relationships: - name: vlan peer: InfraVLAN