Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Networking - Enable support for docker macvlan networking #248

Closed
sameo opened this issue May 11, 2017 · 3 comments
Closed

Networking - Enable support for docker macvlan networking #248

sameo opened this issue May 11, 2017 · 3 comments

Comments

@sameo
Copy link
Collaborator

sameo commented May 11, 2017

From @mcastelino on August 24, 2016 16:13

Enable macvlan networking support. This will allow CC containers to directly access the underlay (vlan seperated) so that they can communicate with other VM's, Host machines or containers which have access to the underlay.
https://github.com/docker/libnetwork/blob/master/docs/macvlan.md

Copied from original issue: intel/cc-oci-runtime#163

@sameo
Copy link
Collaborator Author

sameo commented May 11, 2017

From @mcastelino on March 1, 2017 18:37

macvlan does not work today due to macaddress related issue. The macaddress on the interface cannot be moved to the VM. I will work on trying to upstream changes to CNM to allow for creation of macvlan vs macvtap interfaces based on the runtime type leveraging --network-opt based on this PR moby/moby#27638 (comment)

@sameo
Copy link
Collaborator Author

sameo commented May 11, 2017

From @mcastelino on March 22, 2017 0:41

Exploring extending the docker libnetwork to support runtime hints.
moby/libnetwork#1697

Also exploring extending CNI to support runtime hints
containernetworking/cni#384

@egernst
Copy link
Collaborator

egernst commented Apr 2, 2018

This issue was moved to kata-containers/runtime#162

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants