Hi! I want to count the # of OVS hops between two hosts. So far, traceroute did not work for me:
$ sudo mn --switch ovsk --topo=linear,3 ... mininet> h1 traceroute -n -w0 h2 traceroute to 10.0.0.2 (10.0.0.2), 30 hops max, 60 byte packets 1 * * * 2 * * * 3 * * * 4 * * * ... 27 * * * 28 * * * 29 * * * 30 * * * Is there some sort of flag that I need to turn on to make traceroute work? Or my choice of traceroute was totally wrong? If so, any suggestions? Best.
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
