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