We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb0d9c8 commit 6f192dcCopy full SHA for 6f192dc
src/sonic-yang-mgmt/sonic_yang_ext.py
@@ -423,7 +423,7 @@ def _yangConvert(val):
423
are displayed only when an entry is not xlated properly from ConfigDB
424
to sonic_yang.json.
425
426
- Type 1 map Yang has inner list, which is diffrent from config DB.
+ Type 1 Lists have inner list, which is diffrent from config DB.
427
Each field value in config db should be converted to inner list with
428
key and value.
429
Example:
@@ -746,7 +746,7 @@ def _revYangConvert(val):
746
747
"""
748
Rev xlate from <TABLE>_LIST to table in config DB
749
- Type 1 MAPs Yang has inner list, each inner list key:val should
+ Type 1 Lists have inner list, each inner list key:val should
750
be mapped to field:value in Config DB.
751
752
0 commit comments