Re: [ovs-dev] Fwd: OVS bridge configuration issue

2014-04-13 Thread huntxu
On Fri, 11 Apr 2014 03:53:39 +0800, Hitesh Wadekar wrote: Hello Guys, Currently we are working on SDN project with OVS. so we are doing some exp on OVS. Here is our configuration. We have created a bridge br1 and add two ports eth2 and eth3 " ovs:~% sudo ovs-ofctl show br1 OFPT_FEATURES_REP

Re: [ovs-dev] Can openvswitch setup connectivity between different switch?

2013-05-26 Thread huntxu
On Mon, 27 May 2013 10:30:28 +0800, bill4carson wrote: Hi, All As we konw, ovs-vsctl add-br br0 ; ovs-vsctl add-port br0 is used to create an bridge and add a port into it While after I creating several such kind bridges, can I specify how those bridges are connected to each other using

Re: [ovs-dev] Can openvswitch setup connectivity between different switch?

2013-05-26 Thread huntxu
On Mon, 27 May 2013 11:08:31 +0800, bill4carson wrote: Hi, HuntXu On 2013年05月27日 10:42, huntxu wrote: On Mon, 27 May 2013 10:30:28 +0800, bill4carson wrote: Hi, All As we konw, ovs-vsctl add-br br0 ; ovs-vsctl add-port br0 is used to create an bridge and add a port into it While

Re: [ovs-dev] Question about openflow message OFPT_FEATURE_REQUEST handler?

2013-09-05 Thread huntxu
On Thu, 05 Sep 2013 15:32:13 +0800, 黄登辉 wrote: As we know, openflow message OFPT_FEATURE_REQUEST is controller sent to OF Switch to get what kind of features target OF Switch supports? such as bitmap of supported capabilities, bitmap of supported actions, and how many ports and tables it su