fix(schema): add virtual_router_address and autostate on InterfaceVlan — refs #46
This commit is contained in:
@@ -258,6 +258,15 @@ nodes:
|
|||||||
- device__name__value
|
- device__name__value
|
||||||
- name__value
|
- name__value
|
||||||
display_label: "{{ 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:
|
relationships:
|
||||||
- name: vlan
|
- name: vlan
|
||||||
peer: InfraVLAN
|
peer: InfraVLAN
|
||||||
|
|||||||
Reference in New Issue
Block a user