> It sounds like you wanted to do this:
> ovs-vsctl add-br xenbr2
> ovs-vsctl add-port xenbr2 eth2
> ovs-vsctl add-port xenbr2 xenbr2.100 vlan=100
> ovs-vsctl add-port xenbr2 xenbr2.200 vlan=200
>
> This will make eth2 a trunk port. Any packets on vlan 100 will be
>
On Thu, May 27, 2010 at 10:26:21PM +0900, 蒲彦 wrote:
> Hello dear all, today I got a snapshot from git but when I try to compile it
> CC [M] /home/yan/openvswitch/datapath/linux-2.6/flow.o
> In file included from /home/yan/openvswitch/datapath/linux-2.6/flow.c:9:
> /home/yan/openvswitch/datapath/
On Thu, May 27, 2010 at 10:45:26PM +0900, �ſ��� wrote:
> Firstly, I made a real bridge as xenbr2.
>
> Then, I made a fake bridge as xenbr2.100 with tagging 100.
>
> And I attached eth2 to xenbr2.100 with tagging 100.
>
>
>
> And I did same thing to another server
>
>
>
> Then, both server
After I solved trunking problem, I encountered another problem. (sorry for
asking too many questions)
For vlan networking,
Firstly, I made a real bridge as xenbr2.
Then, I made a fake bridge as xenbr2.100 with tagging 100.
And I attached eth2 to xenbr2.100 with tagging 100.
And I d
Finally, I succeed on networking!!
Thanks for your answers!
Firstly, I made a real bridge as xenbr2.
Then, I made a fake bridge as xenbr2.100 with tagging 100.
And I attached eth2 to xenbr2.100 with tagging 100.
And I did same thing to another server.
After that, they can communi
Hello dear all, today I got a snapshot from git but when I try to compile it
I failed with the following information
make all-recursive
make[1]: Entering directory `/home/yan/openvswitch'
Making all in datapath
make[2]: Entering directory `/home/yan/openvswitch/datapath'
Making all in linux-2.6
m