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?
Asked
Active
Viewed 706 times
1 Answers
0
A multipath router Ryu app is required as discussed elsewhere:
https://github.com/muzixing/ryu/tree/master/ryu/app/multipath

mep53
- 1