From c2a92c340db0a2af1fac7076e9d1fd50de3f9a8c Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 6 Feb 2026 08:29:12 +0000 Subject: [PATCH] fix(schema): rename rd to route_distinguisher in EVPNInstance Infrahub requires attribute names to have at least 3 characters. Ref: #41 --- schemas/vlan_vxlan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/vlan_vxlan.yml b/schemas/vlan_vxlan.yml index a30bac3..765a8a7 100644 --- a/schemas/vlan_vxlan.yml +++ b/schemas/vlan_vxlan.yml @@ -182,7 +182,7 @@ nodes: display_labels: - vlan__vlan_id__value attributes: - - name: rd + - name: route_distinguisher kind: Text description: "Route Distinguisher (format: ASN:VNI or IP:VNI)" - name: route_target_import