-
Notifications
You must be signed in to change notification settings - Fork 543
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
Fix vlan incremental config and add vs test cases #799
Conversation
Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
can you add more comments on what problem it is trying to solve here? |
Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
cfgmgr/vlanmgr.cpp
Outdated
* Don't program vlan again if state is already set. | ||
* will hit this for docker warm restart. | ||
* Just set the internal data structure and remove the request. | ||
* If state is already set for this vlan, but it doesn't exit in m_vlans set, |
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.
exit [](start = 69, length = 4)
typo? #Closed
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.
Looks ok to me!
"vconfig" missing in the Jenkins unit test environment, it is requirement for the tagged vlan test. |
vconfig is installed. |
eac5357
to
b4f8d1a
Compare
b4f8d1a
to
0b9d0bd
Compare
@qiluo-msft as discussed offline, please help merge the change if no further comment. thanks. |
Resolve conflict? |
@qiluo-msft conflict resolved. |
@lguohan Do you have more concern? |
* Fix vlan incremental config and add vs test cases Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
… 7.1" (sonic-net#799) Signed-off-by: kcudnik <kcudnik@gmail.com>
Signed-off-by: Jipan Yang jipan.yang@alibaba-inc.com
What I did
Fix vlan incremental config update.
Why I did it
How I verified it
VS.
Details if related