sonic-buildimage/src/sonic-yang-mgmt
Saikrishna Arcot 3e316cbf24
Don't create the members@ array in config_db for PC when reading from minigraph (#13660)
Fixes #11873.

#### Why I did it

When loading from minigraph, for port channels, don't create the members@ array in config_db in the PORTCHANNEL table. This is no longer needed or used.

In addition, when adding a port channel member from the CLI, that member doesn't get added into the members@ array, resulting in a bit of inconsistency. This gets rid of that inconsistency.
2023-02-23 14:49:51 -08:00
..
tests Don't create the members@ array in config_db for PC when reading from minigraph (#13660) 2023-02-23 14:49:51 -08:00
.gitignore Reorganize .gitignore files (#4707) 2020-06-09 21:04:55 -07:00
AUTHORS.rst [sonic-yang-mgmt]: sonic-yang-mgmt package for configuration validation. (#3861) 2020-05-21 16:27:57 -07:00
LICENSE [sonic-yang-mgmt]: sonic-yang-mgmt package for configuration validation. (#3861) 2020-05-21 16:27:57 -07:00
README.rst [sonic-yang-mgmt]: sonic-yang-mgmt package for configuration validation. (#3861) 2020-05-21 16:27:57 -07:00
setup.cfg [sonic-yang-mgmt] Build PY3 & PY2 packages (#5559) 2020-11-07 13:03:41 -08:00
setup.py [yang] Adding a tool for generating documentation based on yang model (#11291) 2022-07-05 09:36:12 -07:00
sonic_yang_ext.py [sonic-mpls-tc-map.yang]: yang model for mpls_tc_to_tc_map table. (#12176) 2022-10-13 10:12:35 -07:00
sonic_yang.py [YANG] Fix issue: Non compliant leaf list in config_db schema (#10291) 2022-05-05 10:11:35 -07:00
sonic-cfg-help [yang] Adding a tool for generating documentation based on yang model (#11291) 2022-07-05 09:36:12 -07:00

"
This package includes python yang libraries which will be used with sonic utilities
pacakge to validate the config. This python libraries are written on top of libyang
and also provides functionality to translate the config from SONiC ConfigDB to SONiC
YANG and vice-versa.
"