Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Multi-AP
map-controller
Commits
11912c2d
Commit
11912c2d
authored
5 months ago
by
Jakob Olsson
Browse files
Options
Downloads
Patches
Plain Diff
mld: use ap-autoconf renew to teardown MLD with no affiliated APs
parent
7c783545
No related branches found
No related tags found
1 merge request
!458
mld: use ap-autoconf renew to teardown MLD with no affiliated APs
Pipeline
#211029
passed
5 months ago
Status:
Stage: static_code_analysis
Status:
Stage: compile_test
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config.c
+6
-1
6 additions, 1 deletion
src/config.c
with
6 additions
and
1 deletion
src/config.c
+
6
−
1
View file @
11912c2d
...
@@ -3117,7 +3117,12 @@ uint32_t cntlr_mld_id_diff(struct controller_config *curr,
...
@@ -3117,7 +3117,12 @@ uint32_t cntlr_mld_id_diff(struct controller_config *curr,
continue
;
continue
;
if
(
prev_mld
->
num_affiliated_aps
!=
curr_mld
->
num_affiliated_aps
)
{
if
(
prev_mld
->
num_affiliated_aps
!=
curr_mld
->
num_affiliated_aps
)
{
if
(
curr_mld
->
multi_ap
&
0x01
)
{
if
(
curr_mld
->
num_affiliated_aps
==
0
||
prev_mld
->
num_affiliated_aps
==
0
)
{
diff
|=
CONFIG_DIFF_CREDENTIALS
;
/* AP-Autoconfiguration Renew covers all cases */
return
diff
;
}
else
if
(
curr_mld
->
multi_ap
&
0x01
)
{
diff
|=
CONFIG_DIFF_BSTA_MLD
;
diff
|=
CONFIG_DIFF_BSTA_MLD
;
diff
|=
CONFIG_DIFF_AP_MLD
;
diff
|=
CONFIG_DIFF_AP_MLD
;
multi_ap
|=
0x01
;
multi_ap
|=
0x01
;
...
...
...
...
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
sign in
to comment