Re: [Ryu-devel] How to create successful PacketOut message for a TCP traffic

2017-08-29 Thread Fujimoto Satoshi
Hi, Sunil I understood that your controller is successfully connected to OVS. You want to install flow entries based on TCP ports, and your problem is that the flow entries are not installed to OVS, right? If so, I guess your match object needs "ip_proto" and "eth_type" fileds. Here is the Open

Re: [Ryu-devel] How to create successful PacketOut message for a TCP traffic

2017-08-28 Thread Sunil
Thank you Fujimoto for your response!, controller is indeed connecting to the OVS. Both the data traffic and the control traffic are on the same in-port interface . Yes you are right about that. Please see the response from the controller: egistered VCS backend: hg Config variable 'Py_DEBUG' is u

Re: [Ryu-devel] How to create successful PacketOut message for a TCP traffic

2017-08-28 Thread Fujimoto Satoshi
Hi, Sunil I guess that the controller could not connect to the OVS. Please confirm it by running controller with "--verbose" option. If connected, you will see "move onto config mode" message in stdout. $ryu-manager ryu/app/simple_switch_13.py --verbose Registered VCS backend: git R