- Update pretty print of multipath routes to better handle timeout of first
probe Before: 5 * freebsd (195.250.137.134) 19.086 ms 24.694 ms After: 5 * freebsd (195.250.137.134) 19.086 ms 24.694 ms Fixes: bin/90098 Reported by: Jeremy Chadwick <freebsd@jdc.parodius.com> Approved by: andre MFC after: 1 day
This commit is contained in:
parent
9d25f80654
commit
fd030aecaa
@ -946,7 +946,7 @@ main(int argc, char **argv)
|
||||
continue;
|
||||
if (!gotlastaddr ||
|
||||
from->sin_addr.s_addr != lastaddr) {
|
||||
if (probe > 0) printf("\n ");
|
||||
if (gotlastaddr) printf("\n ");
|
||||
print(packet, cc, from);
|
||||
lastaddr = from->sin_addr.s_addr;
|
||||
++gotlastaddr;
|
||||
|
Loading…
Reference in New Issue
Block a user