Commit 3cbf36f5 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Include myseqno in route dump.

parent 9d863962
......@@ -661,7 +661,7 @@ dump_tables(FILE *out)
fprintf(out, "\n");
fprintf(out, "My id %s\n", format_address(myid));
fprintf(out, "My id %s seqno %d\n", format_address(myid), myseqno);
for(i = 0; i < numneighs; i++) {
if(neighs[i].id[0] == 0xFF)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment