Re: [libvirt-users] vlan tagging for openVSwitch

2019-03-14 Thread Laine Stump
On 3/13/19 6:52 AM, lejeczek wrote: hi everyone, I'm trying to get vlans tagged in libvirt as my switch's end (yes traffic will be leaving the host and into network switches) allows only tagged vlans. But with network as such: ...       I responded to the bug you filed at

Re: [libvirt-users] KVM-Docker-Networking using TAP and MACVLAN

2019-03-14 Thread Lars Lindstrom
On 3/15/19 12:42 AM, Lars Lindstrom wrote: The problem is that I cannot seem to figure out how to configure the Docker network to use VEPA mode. The MACVLAN driver source revealed what the documentation concealed: [root@server ~]# docker network create --driver macvlan --opt parent=tap0

Re: [libvirt-users] KVM-Docker-Networking using TAP and MACVLAN

2019-03-14 Thread Lars Lindstrom
On 3/14/19 4:06 PM, Martin Kletzander wrote: I cannot try this right now, but I would try something like this: ip link add dev veth-vm type veth peer name veth-cont and then put veth-vm in the VM (type='direct' would work, but I can imagine type='ethernet' might be even faster) and start the

Re: [libvirt-users] KVM-Docker-Networking using TAP and MACVLAN

2019-03-14 Thread Martin Kletzander
On Wed, Mar 13, 2019 at 11:40:51PM +0100, Lars Lindstrom wrote: On 3/13/19 2:26 PM, Martin Kletzander wrote: IIUC, you are using the tap0 device, but it is not plugged anywhere. By that I mean there is one end that you created and passed through into the VM, but there is no other end of that.