Re: [Ryu-devel] GRE tunnel issue

2013-11-15 Thread [장훈, Paul]
Hi all, This issue has been resolved by re-installing quantum database. I think there was something wrong on quantum database. There is another question, I found that the flow tables on compute node and network node disappear when ryu-manager restarts. It seems ryu-manager stores the flow tables

[Ryu-devel] SSL Connection with Ryu

2013-11-15 Thread sonia verma
Hi all, I have configured the private keys and certificates and have established ssl connection using ryu controller with OVS and the switch is showing connected true. However I'm not able to capture packets on wireshark with ssl field. The packets from controller are still showing tcp field on wi

Re: [Ryu-devel] [PATCH 5/5] dpset: fix a reconnect race

2013-11-15 Thread Alex Tang
Hello, It works, thanks! However, when both TCP FIN & retransmission packets sent from switch were lost, the socket for the older connection remains open on controller host. (old connections remain ESTABLISHED in netstat.) We can wait for its timeout, but when I tried to call self.dps[dp.id].sock