Add TODO comment

This commit is contained in:
Matthias Schiffer 2013-08-03 03:07:32 +02:00
parent 707c703e4f
commit 8ca5dead7f

View file

@ -98,6 +98,8 @@ static void maintain_nexthops(gmrf_context_t *ctx, gp_babel_route_t *route) {
continue; continue;
if (!nexthop->neigh->iface) { if (!nexthop->neigh->iface) {
// TODO find out what this is supposed to to
if (nexthop->metric_seqno.metric != GP_BABEL_INFINITY) { if (nexthop->metric_seqno.metric != GP_BABEL_INFINITY) {
nexthop->metric_seqno.metric = GP_BABEL_INFINITY; nexthop->metric_seqno.metric = GP_BABEL_INFINITY;
nexthop->last_update = gmrf_now(ctx->gmrf); nexthop->last_update = gmrf_now(ctx->gmrf);