InspurSDN

Results 34 issues of InspurSDN

[Inspur][utilities][201911] Fix warm-reboot may cause orchagent is frozened and wait forever Description: 1. When executing warm-reboot continuously, the orchagent cannot finish pre-warm task within 10 secs. 2. And then, the...

#### What I did Fix undefined error code #### How I did it Import errno lib #### How to verify it Run unit tests #### Previous command output (if the...

Issue: Potential risk about cli() function without ctx in main function of acl_loader Root cause: SONiC will call cli() directly in acl-loader. But it still exist potential risk when run...

Description: 1. When executing warm-reboot continuously, the orchagent cannot finish pre-warm task within 10 secs. 2. And then, the orchagent will be frozen by "second" warm restart. 3. In order...

Root cause: Failed to remove bridge port becasue reference count is not 0 Solution: 1. put DEL task into m_toSync, when portsorch failed to remove bridge port 2. if port...

Description: 1. If the SAI_COUNTER_STAT_PACKETS field in the COUNTERS table in the counter db is 0, it will be calculated as a Boolean value by trap_rates.lua, resulting in a script...

Description: porting:solve cid38603 issue **What I did** **Why I did it** **How I verified it** **Details if related**

Root Cause: 1. Not all /128 routes can be removed and should be treated as special Solution: 1. only remove /128 when tbl.get(k)[0] == False #### What I did ####...

Root Cause: 1. Cannot change symbolic links when kdump is loaded Solution: 1.if kdump is already enabled and crash_kernel_mem is configurated, kdump should not be reload again before unload ####...

Root cause: CID38551 CHECKED_RETURN CID37420 FORWARD_NULL CID36421 UNCAUGHT_EXCEPT CID38520 UNCAUGHT_EXCEPT CID323404 UNCAUGHT_EXCEPT Solution: CID38551 add if block CID37420 add null check CID36421 add try block CID38520 add try block CID323404...