chore(schema): update schema
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user