Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
map-controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Multi-AP
map-controller
Commits
c5411574
Commit
c5411574
authored
2 years ago
by
Jakob Olsson
Browse files
Options
Downloads
Patches
Plain Diff
disable profile setting from topo query
parent
dcc62b55
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#84928
passed
2 years ago
Stage: static_code_analysis
Stage: compile_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cntlr_map.c
+2
-0
2 additions, 0 deletions
src/cntlr_map.c
with
2 additions
and
0 deletions
src/cntlr_map.c
+
2
−
0
View file @
c5411574
...
...
@@ -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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment