-
Notifications
You must be signed in to change notification settings - Fork 648
[fpmsyncd]: Add Support for SRv6 VPN Route and PIC Context Processing #3605
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
base: master
Are you sure you want to change the base?
[fpmsyncd]: Add Support for SRv6 VPN Route and PIC Context Processing #3605
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
69022cd to
008ad4c
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
008ad4c to
d250a91
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
d250a91 to
56d38e8
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
1730a1f to
b2e290c
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
b2e290c to
47c9d31
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
47c9d31 to
60bbcd5
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
0ee3cff to
fa7ebe2
Compare
|
/azp run Azure.sonic-swss |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run Azure.sonic-swss |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
a13e9a0 to
2a775c9
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
@dgsudharsan Thanks for your review. I've resolved the conflicts and updated the code to use the new API. The branch has been rebased onto the latest mainline. |
|
/azp run Azure.sonic-swss |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@dgsudharsan @abdosi can you help to finish the review ? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
ae46d0d to
e24416c
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@abdosi for viz , merging after PR checkers. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
b82d51a to
cfb24bb
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Add support for SRv6 VPN Route message information parsing and processing, supplementing related tables and entries. Signed-off-by: Yuqing Zhao <[email protected]>
Signed-off-by: Yuqing Zhao <[email protected]>
df7cf0b to
1195a13
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
What I did
Add related handling functions for SRv6 VPN Route and PIC Context in RouteSync.
And add some associated fields for database.
Why I did it
To supplement the functionality of SRv6 VPN Route and PIC Context.
How I verified it
This change is part of the PhoenixWing project. The functionality has already been tested and running in the PhoenixWing.
To improve coverage, unit tests using mock objects for the internal processing logic of Srv6 Vpn Route and Pic Context have been added.