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

dummy: Create a Dummy CNI plugin that creates a virtual interface. #743

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

aristaMircea
Copy link
Contributor

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

plugins/main/dummy/README.md Outdated Show resolved Hide resolved
plugins/main/dummy/dummy.go Show resolved Hide resolved
plugins/main/dummy/dummy.go Outdated Show resolved Hide resolved
plugins/main/dummy/dummy.go Outdated Show resolved Hide resolved
@aristaMircea
Copy link
Contributor Author

Hi, any updates on this PR?

@github-actions
Copy link

github-actions bot commented Aug 2, 2022

This PR has been untouched for too long without an update. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Aug 2, 2022
@aristaMircea
Copy link
Contributor Author

Still waiting on replies for remaining threads of this PR.

@github-actions github-actions bot removed the Stale label Aug 6, 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 <mircea@arista.com>
@dcbw
Copy link
Member

dcbw commented Oct 3, 2022

LGTM

@@ -0,0 +1,39 @@
---
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, this can go in, but will need to be a separate pr on https://github.com/containernetworking/cni.dev

@squeed squeed merged commit ac86731 into containernetworking:main Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants