Re-enable wildcard route requests for new neighbours

They had been disabled in the last commit by accident.
This commit is contained in:
Matthias Schiffer 2013-08-03 03:24:46 +02:00
parent b63b1bef96
commit 43ff1c3ed5

View file

@ -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);
}