Commit 49a0d0b3 authored by Dave Taht's avatar Dave Taht Committed by Juliusz Chroboczek

Re-re-re fix message.c ifup test

parent 72462e44
...@@ -1903,9 +1903,11 @@ send_request_resend(const unsigned char *prefix, unsigned char plen, ...@@ -1903,9 +1903,11 @@ send_request_resend(const unsigned char *prefix, unsigned char plen,
id, neigh->ifp, resend_delay); id, neigh->ifp, resend_delay);
} else { } else {
struct interface *ifp; struct interface *ifp;
FOR_ALL_INTERFACES(ifp) FOR_ALL_INTERFACES(ifp) {
if(!if_up(ifp)) continue;
send_multihop_request(&ifp->buf, prefix, plen, src_prefix, src_plen, send_multihop_request(&ifp->buf, prefix, plen, src_prefix, src_plen,
seqno, id, 127); seqno, id, 127);
}
} }
} }
......
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