From c5411574c4dd4b529f3bbabd2e5075677352436f Mon Sep 17 00:00:00 2001 From: Jakob Olsson <jakob.olsson@iopsys.eu> Date: Mon, 13 Feb 2023 12:32:22 +0100 Subject: [PATCH] disable profile setting from topo query --- src/cntlr_map.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cntlr_map.c b/src/cntlr_map.c index 0defc22f..427b5ef6 100644 --- a/src/cntlr_map.c +++ b/src/cntlr_map.c @@ -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; } -- GitLab