Thanks for replying.
Also can you suggest me particular controller such as ryu,opendaylight
which can establish ssl connection with OVS.
I am trying with ryu controller but its not happening.
Thanks
On Fri, Nov 15, 2013 at 9:42 PM, Ben Pfaff wrote:
> On Fri, Nov 15, 2013 at 02:51:20PM +0530, s
Hi,
I created a br0 and enabled stp to prevent loop with following commands:
ovs-vsctl add-br br0
ovs-vsctl set bridge br0 stp_enable=true
ovs-vsctl add-port br0 eth0
ovs-vsctl add-port br0 eth1
since eth0 and eth1 are connected by physical switches, the port eth1 is
blocked.
I'm wondering do