We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc819eb commit 9b31018Copy full SHA for 9b31018
src/sonic-yang-models/yang-models/sonic-bgp-peerrange.yang
@@ -36,6 +36,7 @@ module sonic-bgp-peerrange {
36
container sonic-bgp-peerrange {
37
container BGP_PEER_RANGE {
38
list BGP_PEER_RANGE_LIST {
39
+ description "This list supports BGP_PEER_RANGE_TEMPLATE configurations with vnet and vrf support";
40
key "vrf_name peer_range_name";
41
42
leaf vrf_name {
@@ -82,6 +83,7 @@ module sonic-bgp-peerrange {
82
83
}
84
85
list BGP_PEER_RANGE_TEMPLATE_LIST {
86
+ description "This list is to support template based BGP peer range configurations.";
87
key "peer_range_name";
88
89
leaf peer_range_name {
0 commit comments