Displaying 1 result from an estimated 1 matches for "computingnote".
2016 Apr 21
1
Mapping physical interface to a container
In the "other" LXC project (linuxcontainers.org), you can map a host's
physical ethernet interface to a container, e.g.
lxc.network.type = phys
lxc.network.flags = up
lxc.network.link = eth1
lxc.network.name = eth1
Is there an equivalent option for doing this with libvirt lxc?
Peter