When all the host don't have arp cache, "pingall" will make all hosts send an arp packet to the controller, then I can print shortest paths between two of them. However, after first "pingall", there are arp cache in all hosts, so when the second time mininet executes "pingall" they will not send arp packets to controller, so then how can I know after the second or more "pingall" and print all the shortest path?
It is especially aimed to test the reachability after dynamically adjust the topology.
When all the host don't have arp cache, "pingall" will make all hosts send an arp packet to the controller, then I can print shortest paths between two of them. However, after first "pingall", there are arp cache in all hosts, so when the second time mininet executes "pingall" they will not send arp packets to controller, so then how can I know after the second or more "pingall" and print all the shortest path?
It is especially aimed to test the reachability after dynamically adjust the topology.