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

Networking - Enable support for docker macvlan networking #163

Closed
mcastelino opened this issue Aug 24, 2016 · 3 comments
Closed

Networking - Enable support for docker macvlan networking #163

mcastelino opened this issue Aug 24, 2016 · 3 comments

Comments

@mcastelino
Copy link
Contributor

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

@mcastelino
Copy link
Contributor Author

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)

@mcastelino
Copy link
Contributor Author

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

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

@sameo
Copy link

sameo commented May 11, 2017

This issue was moved to containers/virtcontainers#248

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