Re: [ovs-dev] [urgent] is there anyway to enable multi-vlan for one vm upon ovs ?

2017-02-07 Thread xiucai
i get it, but the performance between SVM and VMs is very bad :( here show the details, it is a bit longer :) 1, add br1. ovs-vsctl add-br br1 2, create ovs-br1.xml. ovs-br1 3, start network ovs-br1. virsh create

Re: [ovs-dev] [urgent] is there anyway to enable multi-vlan for one vm upon ovs ?

2017-02-05 Thread Ben Pfaff
I don't think it normally makes sense to have IP addresses on the same subnet on different VLANs. If you do that, then how would the kernel know, when it sends a packet to that subnet, which VLAN to use? On Mon, Feb 06, 2017 at 10:17:31AM +0800, xiucai wrote: > thanks a lot. > i am very sorry