You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/mgmt/SONiC_YANG_Model_Guidelines.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -561,7 +561,7 @@ container sonic-interface {
561
561
}
562
562
......
563
563
```
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***
565
565
566
566
#### Example 2: Keys with Same Number of Elements(NOT Allowed case)
567
567
@@ -589,7 +589,7 @@ container sonic-interface {
589
589
......
590
590
```
591
591
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.***
593
593
594
594
#### Example 3: Pattern Constraints (Allowed case)
595
595
@@ -623,7 +623,7 @@ container sonic-interface {
623
623
......
624
624
```
625
625
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.***
627
627
628
628
#### Example 4: Pattern Constraints (NOT Allowed case)
629
629
@@ -656,7 +656,7 @@ container sonic-interface {
656
656
}
657
657
......
658
658
```
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.******
0 commit comments