Add TODO comment
This commit is contained in:
parent
707c703e4f
commit
8ca5dead7f
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Reference in a new issue