fix(schema): add optional VRF relation on BGPSession — refs #50
This commit is contained in:
@@ -217,6 +217,12 @@ nodes:
|
|||||||
cardinality: one
|
cardinality: one
|
||||||
optional: true
|
optional: true
|
||||||
description: Remote peer device (for documentation)
|
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
|
# BGP Address Family Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user