-
Notifications
You must be signed in to change notification settings - Fork 124
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
Wireguard plugin support #1731
Merged
Merged
Wireguard plugin support #1731
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #1731 +/- ##
==========================================
- Coverage 57.27% 55.64% -1.63%
==========================================
Files 606 379 -227
Lines 44282 27912 -16370
==========================================
- Hits 25362 15532 -9830
+ Misses 15982 10892 -5090
+ Partials 2938 1488 -1450
Flags with carried forward coverage won't be shown. Click here to find out more. |
plugins/vpp/wireguardplugin/vppcalls/vpp2009/vppcalls_handlers.go
Outdated
Show resolved
Hide resolved
plugins/vpp/wireguardplugin/vppcalls/vpp2009/vppcalls_handlers.go
Outdated
Show resolved
Hide resolved
rewenset
reviewed
Sep 29, 2020
plugins/vpp/wireguardplugin/vppcalls/vpp2009/wireguard_vppcalls.go
Outdated
Show resolved
Hide resolved
milanlenco
suggested changes
Sep 30, 2020
glazychev-art
force-pushed
the
wireguard_plugin
branch
2 times, most recently
from
October 1, 2020 08:07
57fc59d
to
926e6ed
Compare
milanlenco
reviewed
Oct 1, 2020
glazychev-art
force-pushed
the
wireguard_plugin
branch
2 times, most recently
from
October 1, 2020 11:05
e528aec
to
ebc14d1
Compare
glazychev-art
force-pushed
the
wireguard_plugin
branch
from
October 2, 2020 09:50
ebc14d1
to
d61360d
Compare
ondrej-fabry
reviewed
Oct 2, 2020
ondrej-fabry
reviewed
Oct 2, 2020
glazychev-art
force-pushed
the
wireguard_plugin
branch
from
October 2, 2020 13:08
d61360d
to
830ff98
Compare
ondrej-fabry
previously approved these changes
Oct 5, 2020
Could you please rebase on master? Support for VPP 19.04 was removed so you can omit it in this PR. Otherwise LGTM |
milanlenco
previously approved these changes
Oct 5, 2020
rewenset
reviewed
Oct 5, 2020
Signed-off-by: Artem Glazychev <[email protected]>
glazychev-art
dismissed stale reviews from milanlenco and ondrej-fabry
via
October 11, 2020 19:39
00bc512
glazychev-art
force-pushed
the
wireguard_plugin
branch
from
October 11, 2020 19:39
830ff98
to
00bc512
Compare
ondrej-fabry
approved these changes
Oct 13, 2020
milanlenco
approved these changes
Oct 13, 2020
NotSoFancyName
pushed a commit
to NotSoFancyName/vpp-agent
that referenced
this pull request
Oct 13, 2020
Signed-off-by: Artem Glazychev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The 20.09 release adds support for the wireguard protocol.