Re: [ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-27 Thread 신용진
> 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 >

Re: [ovs-discuss] An error : flow.h:36: error: fi eld ‘used’ has incomplete type

2010-05-27 Thread Ben Pfaff
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/

Re: [ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-27 Thread Ben Pfaff
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

[ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-27 Thread 신용진
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

Re: [ovs-discuss] How to set trunk on open vswitch?

2010-05-27 Thread 신용진
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

[ovs-discuss] An error : flow.h:36: error: fi eld ‘used’ has incomplete type

2010-05-27 Thread 蒲彦
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