-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PAC changes to receive config updates #18620
Conversation
|
||
// Configure port learning mode for FDB manager | ||
fvVector.emplace_back("learn_mode", learning); | ||
m_stateOperPortTable.set(key, fvVector); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sets the value of the learning mode in the STATE_DB of PAC. Should we update this to the APPL_DB of port table also so that it is pushed down
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PAC doesn't interact directly with the Orch agent. The Orch agent updates are done using VLAN mgr. Hence PAC uses STATE_DB .
/azpw run Azure.sonic-buildimage |
/AzurePipelines run Azure.sonic-buildimage |
Azure Pipelines successfully started running 1 pipeline(s). |
Why I did it
PAC changes to receive config updates
How I did it
How to verify it