sonic-net / sonic-swss

SONiC Switch State Service (SwSS)
https://azure.github.io/SONiC
Other
170 stars 503 forks source link

[action] [PR:3209] Fix in switchorch: unsupported attribute causes skipping of processing the rest of configurations (#3209) #3224

Closed mssonicbld closed 1 month ago

mssonicbld commented 1 month ago

What I did Changed it so that if the configuration has an unsupported attribute, it would continue processing the rest of the configuration rather than break out of the loop and end the processing immediately. Also added syslogs to make it more clear.

mssonicbld commented 1 month ago

Original PR: https://github.com/sonic-net/sonic-swss/pull/3209