Commit 76eb3c69 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Add comment.

parent 3d586a5b
...@@ -308,6 +308,8 @@ update_route(const unsigned char *d, int seqno, int refmetric, ...@@ -308,6 +308,8 @@ update_route(const unsigned char *d, int seqno, int refmetric,
if(!update_feasible(seqno, refmetric, dest)) { if(!update_feasible(seqno, refmetric, dest)) {
debugf("Rejecting unfeasible update from %s.\n", debugf("Rejecting unfeasible update from %s.\n",
format_address(nexthop->address)); format_address(nexthop->address));
/* It would be really nice to send a request at this point,
but that might get us into a positive feedback loop. */
return NULL; return NULL;
} }
......
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