Commit f8766b61 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove parsing of broadcast IHU.

parent 3118ef51
......@@ -147,7 +147,7 @@ parse_packet(const unsigned char *from, struct network *net,
format_address(address),
format_address(neigh->id),
format_address(from), seqno);
if(plen == 0xFF || memcmp(myid, address, 16) == 0) {
if(memcmp(myid, address, 16) == 0) {
neigh->txcost = metric;
neigh->ihu_time = now;
neigh->ihu_interval = seqno;
......
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