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
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
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
Hello Ryu experts!,
I am trying to create a simple PacketOut for a TCP packet and I had
followed the example code provided for the ICMP. I modified the
sample_switch_13 application . Please find the code below. I am not sure
why the flow table is not created and my traffic is passed. I am fairly ne