Skip to content

Commit 9b31018

Browse files
committed
Add descriptions to yang models
1 parent dc819eb commit 9b31018

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sonic-yang-models/yang-models/sonic-bgp-peerrange.yang

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module sonic-bgp-peerrange {
3636
container sonic-bgp-peerrange {
3737
container BGP_PEER_RANGE {
3838
list BGP_PEER_RANGE_LIST {
39+
description "This list supports BGP_PEER_RANGE_TEMPLATE configurations with vnet and vrf support";
3940
key "vrf_name peer_range_name";
4041

4142
leaf vrf_name {
@@ -82,6 +83,7 @@ module sonic-bgp-peerrange {
8283
}
8384

8485
list BGP_PEER_RANGE_TEMPLATE_LIST {
86+
description "This list is to support template based BGP peer range configurations.";
8587
key "peer_range_name";
8688

8789
leaf peer_range_name {

0 commit comments

Comments
 (0)