From e32da46bd7b44ccda5194b91c6bbf89bc54aafc2 Mon Sep 17 00:00:00 2001 From: Damien Date: Fri, 13 Feb 2026 15:03:55 +0100 Subject: [PATCH] =?UTF-8?q?fix(schema):=20add=20optional=20VRF=20relation?= =?UTF-8?q?=20on=20BGPSession=20=E2=80=94=20refs=20#50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- schemas/bgp.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/bgp.yml b/schemas/bgp.yml index 060b277..2b48d01 100644 --- a/schemas/bgp.yml +++ b/schemas/bgp.yml @@ -217,6 +217,12 @@ nodes: cardinality: one optional: true description: Remote peer device (for documentation) + - name: vrf + peer: InfraVRF + cardinality: one + kind: Attribute + optional: true + description: VRF context for this session (null = global BGP process) # ================================================================ # BGP Address Family Configuration