jingwenxie
jingwenxie
#### What I did Getting configs from CLI is very slow, need to get it from sonic-cffgen directly. #### How I did it Change CLI to sonic-cfggen #### How to...
#### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) #### New command...
#### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) #### New command...
#### Description ConfigMgmt has too many verbose output. It needs to be shortened. ## Steps to reproduce the issue 1. call a function below ``` def validate_config_by_yang(sy, config_json, jname): tmp_config_json...
#### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) #### New command...
#### Description There seems to have some execution delay in swss when executing GCU jsonChange. The delay will cause SYSLOG ERR about removeLag. Possible execution delay related code: (Executed before...
#### Why I did it The PR is to allow v6 address in DHCP_SERVER table which was generated from PROD minigraph. This is to pass the YANG validation. ##### Work...
#### What I did Always enable YANG validation for load_minigraph during override. This is to fail early if golden config is invalid which will breaks GCU feature. #### How I...
#### Description From linux side, the secondary interface IP will be removed if primary interface IP is deleted. However, the secondary intf still existing CONFIG_DB ## Steps to reproduce the...