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 Mar 28, 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
The text was updated successfully, but these errors were encountered:
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)
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
The text was updated successfully, but these errors were encountered: