chore(schema): update schema

This commit is contained in:
Damien
2026-02-20 15:13:46 +01:00
parent 9e1fe9be7f
commit c902d7df58
2 changed files with 59 additions and 0 deletions

View File

@@ -273,6 +273,17 @@ nodes:
peer: InfraBGPPeerGroup
cardinality: many
description: Peer groups activated in this AF
- name: active_sessions
peer: InfraBGPSession
cardinality: many
optional: true
description: Individual sessions activated in this AF (e.g. spine direct neighbors)
- name: vrf
peer: InfraVRF
cardinality: one
kind: Attribute
optional: true
description: VRF context for this AF (null = global BGP process)
- name: networks
peer: InfraIPAddress
cardinality: many