Skip to content
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

feat: Add support for VPP 21.06 #1808

Merged
merged 4 commits into from
Jul 16, 2021

Conversation

juliusmilan
Copy link
Contributor

@juliusmilan juliusmilan commented Jun 4, 2021

This PR adds support for VPP 21.06

The only significant changes were done for natplugin and ipsecplugin.

In natplugin, there were internal changes caused by separation of VPP nat plugin to 2 separate plugins, for ED and EI nat. However for vpp-agent user perspective, the logic and functionality remained the same, just the code was accommodated, to cover two VPP plugins under one roof. In future, when VPP (EI and ED) nat plugins became differ more and more, there might be a need to separate even vpp-agent natplugin to map 1:1 to VPP nat plugins.

In ipsecplugin, IPSecLink message logic changed, now this message serves just for creation of ipsec interface and bunch of fields, for assigning cryptographic information was deprecated for VPP 21.06. Assigning of cryptographic information to the link is now done by separate messages. Unit tests were updated.

@juliusmilan juliusmilan force-pushed the update-binapi-2106 branch 5 times, most recently from 73a5a7e to b864b35 Compare June 16, 2021 15:03
@juliusmilan juliusmilan force-pushed the update-binapi-2106 branch 2 times, most recently from cfad61f to 7db3082 Compare June 24, 2021 06:59
@juliusmilan juliusmilan changed the title WIP update binapi 21.06 & abf plugin This PR adds support for VPP 21.06 Jun 24, 2021
@juliusmilan juliusmilan changed the title This PR adds support for VPP 21.06 feat: add support for VPP 21.06 Jun 24, 2021
@juliusmilan juliusmilan changed the title feat: add support for VPP 21.06 feat: Add support for VPP 21.06 Jun 24, 2021
@VladoLavor
Copy link
Collaborator

Run go mod tidy -v and commit the diff in order to pass go.mod check

VladoLavor
VladoLavor previously approved these changes Jun 24, 2021
Signed-off-by: Július Milan <[email protected]>

Co-authored-by: mhalaj1 <[email protected]>
@juliusmilan juliusmilan force-pushed the update-binapi-2106 branch from c8708b3 to af60b42 Compare July 1, 2021 06:45
Signed-off-by: Július Milan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants