MFC 1.28: fix timeouted probes in pretty print of multipath routes
This commit is contained in:
parent
5bb071d425
commit
dd3c9c4347
@ -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…
x
Reference in New Issue
Block a user