Skip to content
GitLab
Explore
Sign in
Register
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
Merge requests
!409
Fix issues with out of sync stalist
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fix issues with out of sync stalist
filmat/devel-15831
into
devel
Overview
9
Commits
2
Pipelines
10
Changes
2
6 unresolved threads
Hide all comments
Open
Filip Matusiak
requested to merge
filmat/devel-15831
into
devel
6 months ago
Overview
9
Commits
2
Pipelines
10
Changes
2
6 unresolved threads
Hide all comments
Expand
0
0
Merge request reports
Compare
devel
version 8
cd726569
1 month ago
version 7
b7609877
3 months ago
version 6
1387b7eb
3 months ago
version 5
70f71a19
5 months ago
version 4
06e018d3
6 months ago
version 3
d995ca3c
6 months ago
version 2
3395a481
6 months ago
version 1
f12dc959
6 months ago
devel (HEAD)
and
latest version
latest version
48928084
2 commits,
1 month ago
version 8
cd726569
2 commits,
1 month ago
version 7
b7609877
2 commits,
3 months ago
version 6
1387b7eb
3 commits,
3 months ago
version 5
70f71a19
3 commits,
5 months ago
version 4
06e018d3
3 commits,
6 months ago
version 3
d995ca3c
3 commits,
6 months ago
version 2
3395a481
3 commits,
6 months ago
version 1
f12dc959
2 commits,
6 months ago
2 files
+
109
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/cntlr.c
+
3
−
0
Options
@@ -640,6 +640,9 @@ static void cntlr_get_all_sta_metrics(struct controller *c)
list_for_each_entry
(
n
,
&
c
->
nodelist
,
list
)
{
struct
sta
*
s
=
NULL
;
if
(
!
n
->
sta_count
||
list_empty
(
&
n
->
stalist
))
continue
;
list_for_each_entry
(
s
,
&
n
->
stalist
,
list
)
{
struct
cmdu_buff
*
cmdu
;
Loading