Skip to content
Snippets Groups Projects
Commit c5411574 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

disable profile setting from topo query

parent dcc62b55
Branches
No related tags found
No related merge requests found
Pipeline #84928 passed
......@@ -226,9 +226,11 @@ static void cntlr_update_steer_params(struct controller *c, struct sta *s)
int handle_topology_query(void *cntlr, struct cmdu_buff *cmdu, struct node *n)
{
trace("%s: --->\n", __func__);
#if 0 // Disable due to ieee1905 topology plugin sending without profile
struct controller *c = (struct controller *) cntlr;
cntlr_set_link_profile(c, n, cmdu);
#endif
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment