You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the set_ping() function.
The destination address in the argument of this function is the number of the node and not the IP address.
The IP address of the destination node is obtained in the following way.
But getting it this way will only get a top IP address, not necessarily one that is on the same subnet as the source node.
I did a simple test, in example.py, node 4 is adjacent to node 5, but node 4 doesn't ping node 5.
I may need to wait until OSPF converges to ping through. But I waited for 200s and still didn't observe any change in the routing table from the beginning.
The text was updated successfully, but these errors were encountered:
I have a question about the set_ping() function.
The destination address in the argument of this function is the number of the node and not the IP address.
The IP address of the destination node is obtained in the following way.
But getting it this way will only get a top IP address, not necessarily one that is on the same subnet as the source node.
I did a simple test, in example.py, node 4 is adjacent to node 5, but node 4 doesn't ping node 5.
I may need to wait until OSPF converges to ping through. But I waited for 200s and still didn't observe any change in the routing table from the beginning.
The text was updated successfully, but these errors were encountered: