Reputation: 19
I dunno how to manage the ARP loop in this mininet topology. I have written the topology code using Python API and use the simple_switch.py Ryu controller, but I cannot still ping the h1 to h2. Can anyone able to help?
Upvotes: 0
Views: 1001
Reputation: 1
A multipath router Ryu app is required as discussed elsewhere:
https://github.com/muzixing/ryu/tree/master/ryu/app/multipath
Upvotes: 0