You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
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
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)
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
The text was updated successfully, but these errors were encountered: