Skip to content

Commit a343a39

Browse files
authored
Update SONiC_YANG_Model_Guidelines.md
1 parent c1422e6 commit a343a39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/mgmt/SONiC_YANG_Model_Guidelines.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ container sonic-interface {
561561
}
562562
......
563563
```
564-
*** In the example above if the config DB contains an INTERFACE table with single key element then it will be associted with the INTERFACE_LIST and if contains 2 key elements then it will be associated with INTERFACE_IPADDR_LIST ***
564+
***In the example above if the config DB contains an INTERFACE table with single key element then it will be associted with the INTERFACE_LIST and if contains 2 key elements then it will be associated with INTERFACE_IPADDR_LIST***
565565

566566
#### Example 2: Keys with Same Number of Elements(NOT Allowed case)
567567

@@ -589,7 +589,7 @@ container sonic-interface {
589589
......
590590
```
591591

592-
*** In the example above if the config DB contains an INTERFACE table with key Ethernet1 then it would match with both the list, this is an overlapping scenario. ***
592+
***In the example above if the config DB contains an INTERFACE table with key Ethernet1 then it would match with both the list, this is an overlapping scenario.***
593593

594594
#### Example 3: Pattern Constraints (Allowed case)
595595

@@ -623,7 +623,7 @@ container sonic-interface {
623623
......
624624
```
625625

626-
*** In the given example, if the configuration database has an INTERFACE table with the key "Ethernet1, it would correspond to the INTERFACE_LIST. Similarly, if the configuration database features an INTERFACE table with the key "Vlan10," it would align with the VLAN_LIST. In this context, each key uniquely identifies a specific list. ***
626+
***In the given example, if the configuration database has an INTERFACE table with the key "Ethernet1, it would correspond to the INTERFACE_LIST. Similarly, if the configuration database features an INTERFACE table with the key "Vlan10," it would align with the VLAN_LIST. In this context, each key uniquely identifies a specific list.***
627627

628628
#### Example 4: Pattern Constraints (NOT Allowed case)
629629

@@ -656,7 +656,7 @@ container sonic-interface {
656656
}
657657
......
658658
```
659-
*** In the given example, if the configuration database has an INTERFACE table with the key "Ethernet1, it would correspond to both the LIST, this is an overlapping scenario. ******
659+
***In the given example, if the configuration database has an INTERFACE table with the key "Ethernet1, it would correspond to both the LIST, this is an overlapping scenario.******
660660

661661
#### Example 5: Length Constraints (Allowed case)
662662

0 commit comments

Comments
 (0)