Re-enable wildcard route requests for new neighbours
They had been disabled in the last commit by accident.
This commit is contained in:
parent
b63b1bef96
commit
43ff1c3ed5
1 changed files with 1 additions and 2 deletions
|
@ -107,6 +107,5 @@ uint16_t gp_babel_neigh_get_cost(gmrf_context_t *ctx, const gp_babel_neigh_t *ne
|
|||
}
|
||||
|
||||
void gp_babel_neigh_reset(gmrf_context_t *ctx, gmrf_iface_state_t *iface, gp_babel_neigh_t *neigh) {
|
||||
|
||||
//gp_babel_send_route_request(ctx, iface, neigh, NULL);
|
||||
gp_babel_send_route_request(ctx, iface, neigh, NULL);
|
||||
}
|
||||
|
|
Reference in a new issue