fix(schema): add optional VRF relation on BGPSession — refs #50

This commit is contained in:
Damien
2026-02-13 15:03:55 +01:00
parent 4e2f5b5b0c
commit e32da46bd7

View File

@@ -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