From 8ca5dead7f2870ae7a3ea40f40bec5cb9acde2d0 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 3 Aug 2013 03:07:32 +0200 Subject: Add TODO comment --- src/route.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/route.c b/src/route.c index 91b4944..163fb24 100644 --- a/src/route.c +++ b/src/route.c @@ -98,6 +98,8 @@ static void maintain_nexthops(gmrf_context_t *ctx, gp_babel_route_t *route) { continue; if (!nexthop->neigh->iface) { + // TODO find out what this is supposed to to + if (nexthop->metric_seqno.metric != GP_BABEL_INFINITY) { nexthop->metric_seqno.metric = GP_BABEL_INFINITY; nexthop->last_update = gmrf_now(ctx->gmrf); -- cgit v1.2.3