summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-08-03 03:07:32 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-08-03 03:07:32 +0200
commit8ca5dead7f2870ae7a3ea40f40bec5cb9acde2d0 (patch)
tree2d62f07d7616b7a8e687bfd08be40212f94f90e9 /src
parent707c703e4f18805829ad465c66efcdd7e89fca9a (diff)
downloadbabel-8ca5dead7f2870ae7a3ea40f40bec5cb9acde2d0.tar
babel-8ca5dead7f2870ae7a3ea40f40bec5cb9acde2d0.zip
Add TODO comment
Diffstat (limited to 'src')
-rw-r--r--src/route.c2
1 files changed, 2 insertions, 0 deletions
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);