dummy: Create a Dummy CNI plugin that creates a virtual interface.#743
Merged
squeed merged 1 commit intocontainernetworking:mainfrom Oct 10, 2022
Merged
Conversation
8a07ded to
441c4ad
Compare
mccv1r0
reviewed
May 12, 2022
441c4ad to
20bfbef
Compare
mars1024
reviewed
May 18, 2022
squeed
reviewed
May 18, 2022
squeed
reviewed
May 18, 2022
squeed
reviewed
May 18, 2022
20bfbef to
9d1d168
Compare
Contributor
Author
|
Hi, any updates on this PR? |
|
This PR has been untouched for too long without an update. It will be closed in 7 days. |
Contributor
Author
|
Still waiting on replies for remaining threads of this PR. |
dcbw
reviewed
Aug 8, 2022
Leverages the Linux dummy interface type to create network interfaces that permists routing packets through the Linux kernel without them being transmitted. This solution allows use of arbitrary non-loopback IP addresses within the container. Related to containernetworking#466 Signed-off-by: Mircea Iordache-Sica <[email protected]>
9d1d168 to
7fcf8e4
Compare
dcbw
reviewed
Oct 3, 2022
Member
|
LGTM |
squeed
reviewed
Oct 10, 2022
| @@ -0,0 +1,39 @@ | |||
| --- | |||
Member
There was a problem hiding this comment.
FYI, this can go in, but will need to be a separate pr on https://github.com/containernetworking/cni.dev
squeed
approved these changes
Oct 10, 2022
This file contains hidden or 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
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.
Leverages the Linux dummy interface type to create network interfaces
that permit routing packets through the Linux kernel without
them being transmitted.
This solution allows use of arbitrary non-loopback IP addresses within
the container, and leverages existing CNI IPAM plugins.
Related to #466