[ovs-discuss] Ethernet over GRE tunneling?

2010-08-10 Thread 陈文龙
What is the different with Implement GRE Protocol ? Does OVS have any advanced features than GRE? Is OVS able to take a broadcast packet and go through GRE tunnel and broadcast in another subnet? ___ discuss mailing list discuss@openvswitch.org http://ope

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread 陈文龙
IT WORKS! Thank you all! 在 2010年8月11日 下午12:21,陈文龙 写道: > Thanks very much. > keep trying > > 在 2010年8月11日 上午11:55,kk yap 写道: > > I am not comprehending here. Here's the commands you need: >> >> git clone git://noxrepo.org/nox >> cd nox >> git checkout -b openflow-1.0 origin/openflow-1.0 >> ./bo

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread 陈文龙
Thanks very much. keep trying 在 2010年8月11日 上午11:55,kk yap 写道: > I am not comprehending here. Here's the commands you need: > > git clone git://noxrepo.org/nox > cd nox > git checkout -b openflow-1.0 origin/openflow-1.0 > ./boot.sh > mkdir build > cd build > ../configure > make > > Hope this help

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread Ben Pfaff
2010/8/10 陈文龙 : > OVS says it support version 0x97, but peer(NOX) supports no latter than > version 0x01. You said that before. It's still wrong. Open vSwitch 1.0.1 supports OpenFlow 1.0 (0x01). It doesn't support version 0x97. ___ discuss mailing li

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread kk yap
I am not comprehending here. Here's the commands you need: git clone git://noxrepo.org/nox cd nox git checkout -b openflow-1.0 origin/openflow-1.0 ./boot.sh mkdir build cd build ../configure make Hope this helps. Regards KK 2010/8/10 陈文龙 : > I have download openflow-1.0 > what should I do next

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread kk yap
git checkout -b openflow-1.0 origin/openflow is needed. Regards KK 2010/8/10 陈文龙 : > > I don't understand. > I do git clone git://noxrepo.org/nox. > And then compile it. > > What else should I do? > Compile OF-1.0 individually? > > 在 2010年8月11日 上午11:39,kk yap 写道: >> >> Note the need to checkout t

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread 陈文龙
NOX compiled with OpenFlow 0x97 OVS says it support version 0x97, but peer(NOX) supports no latter than version 0x01. So, OVS doesn't get the right OF version of NOX. What's wrong ? 在 2010年8月11日 上午11:29,陈文龙 写道: > Compiled source from git://noxrepo.org/nox. > It occurs the same problem. > > OVS 1

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread kk yap
Note the need to checkout the openflow-1.0 branch. :) Regards KK 2010/8/10 陈文龙 : > Compiled source from git://noxrepo.org/nox. > It occurs the same problem. > > OVS 1.0.1 > NOX 0.8.0 > >> debian1:~/nox/src# ./nox_core -i ptcp:2525 packetdump >> NOX 0.8.0~full~beta (nox_core), compiled Aug 11 201

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread 陈文龙
Compiled source from git://noxrepo.org/nox. It occurs the same problem. OVS 1.0.1 NOX 0.8.0 debian1:~/nox/src# ./nox_core -i ptcp:2525 packetdump > NOX 0.8.0~full~beta (nox_core), compiled Aug 11 2010 07:24:38 > Compiled with OpenFlow 0x97 (exp) > 1|openflow|WARN:stream: version negotiation f

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread 陈文龙
thanks, trying the git version. report latter. 在 2010年8月11日 上午11:06,kk yap 写道: > Why not try openflow-1.0 branch of NOX0.6 at git://noxrepo.org/nox? > > Regards > KK > > On 10 August 2010 19:55, 陈文龙 wrote: > > OVS 1.0.1 > > NOX 0.5.0 > > Is that ok? > > > > 2010/8/11 Ben Pfaff > >> > >> On Tu

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread kk yap
Why not try openflow-1.0 branch of NOX0.6 at git://noxrepo.org/nox? Regards KK On 10 August 2010 19:55, 陈文龙 wrote: > OVS 1.0.1 > NOX 0.5.0 > Is that ok? > > 2010/8/11 Ben Pfaff >> >> On Tue, Aug 10, 2010 at 6:59 PM, 陈文龙 wrote: >> > OVS runs in Dom0. NOX runs in DomU. >> > >> > >> > 1|openf

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread 陈文龙
OVS 1.0.1 NOX 0.5.0 Is that ok? 2010/8/11 Ben Pfaff > On Tue, Aug 10, 2010 at 6:59 PM, 陈文龙 wrote: > > OVS runs in Dom0. NOX runs in DomU. > > > > > > 1|openflow|WARN:stream: version negotiation failed: we support > versions > > 0x97 to 0x97 inclusive but peer supports no later than version

Re: [ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread Ben Pfaff
On Tue, Aug 10, 2010 at 6:59 PM, 陈文龙 wrote: > OVS runs in Dom0. NOX runs in DomU. > > > 1|openflow|WARN:stream: version negotiation failed: we support versions > 0x97 to 0x97 inclusive but peer supports no later than version 0x01 > 2|nox|WARN:Error sending features request: Protocol error

[ovs-discuss] openflow version incompatible with nox?

2010-08-10 Thread 陈文龙
OVS runs in Dom0. NOX runs in DomU. 1|openflow|WARN:stream: version negotiation failed: we support versions 0x97 to 0x97 inclusive but peer supports no later than version 0x01 2|nox|WARN:Error sending features request: Protocol error OVS support OF version 0x97 but NOX do not? Here is h

Re: [ovs-discuss] questions about open flow setup

2010-08-10 Thread 陈文龙
thanks 2010/8/10 Ben Pfaff > On Tue, Aug 10, 2010 at 2:25 AM, 陈文龙 wrote: > > How to set the bridge's controller? > > "ovs-vsctl set-controller". Please read the manpage for details. > ___ discuss mailing list discuss@openvswitch.org http://openvswitc

Re: [ovs-discuss] questions about open flow setup

2010-08-10 Thread Ben Pfaff
On Tue, Aug 10, 2010 at 2:25 AM, 陈文龙 wrote: > How to set the bridge's controller? "ovs-vsctl set-controller". Please read the manpage for details. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss_openvsw

Re: [ovs-discuss] questions about open flow setup

2010-08-10 Thread 陈文龙
How to set the bridge's controller? I tried #ovs-vsctl set bridge xenbr0 controller=10.1.132.112 ovs-vsctl: "10.1.132.112" is not a valid UUID P.S. VM1 running NOX has ip 10.1.132.112 Host running OVS, has xenbr0 with ip 10.1.132.54 vif1 for VM1 is added to xenbr0. *Ben Pfaff* blp at nicira.com