Hello, I am having an issue with Ryu handling ARP requests. I currently have 2 virtual machines on two different computers pinging each other. To illustrate: machine 1 (IP address 10.1.1.1) pings machine 2 (IP address 10.2.2.2). Machine 1 is connected on port 44 and machine 2 is connected on port 45.
When I run either simple_switch_13 or simple_switch_rest_13, they both see and display the packets. The print out is (with the numbers changed): packet in 7574933938757493393 1b:1b:1b:1b:1b:1b ff:ff:ff:ff:ff:ff 44 My problem is: though Ryu sees the packets and sees the ARP request, it does not successfully connect the machines and set up the flow. How do I fix this? Thank you very much,Andrew
------------------------------------------------------------------------------
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel