Skip to content

Commit

Permalink
Update ncm-metaconfig/src/main/metaconfig/cumulus/pan/schema.pan
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha authored Oct 3, 2023
1 parent cd9ff7d commit de3e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-metaconfig/src/main/metaconfig/cumulus/pan/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ type cumulus_bgp_router = {
type cumulus_frr = {
@{Routes per VRF (key is VRF name)}
'vrf' ? cumulus_frr_route[]{}
@{List of bgp routers per CRF (VRF is the key)}
@{List of bgp routers per VRF (VRF is the key)}
'bgp' ? cumulus_bgp_router[]{}
};

Expand Down

0 comments on commit de3e430

Please sign in to comment.