Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick
FFS Gluon
Commits
5a187936
Commit
5a187936
authored
5 years ago
by
nrbffs
Browse files
Options
Downloads
Patches
Plain Diff
fixes
parent
ab260278
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/gluon-radv-filterd/src/gluon-radv-filterd.c
+2
-3
2 additions, 3 deletions
package/gluon-radv-filterd/src/gluon-radv-filterd.c
with
2 additions
and
3 deletions
package/gluon-radv-filterd/src/gluon-radv-filterd.c
+
2
−
3
View file @
5a187936
...
...
@@ -412,10 +412,9 @@ static int parse_gws_global(struct nl_msg *msg,
};
struct
nlattr
*
attrs
[
BATADV_ATTR_MAX
+
1
];
struct
nlmsghdr
*
nlh
=
nlmsg_hdr
(
msg
);
struct
ether_addr
mac_a
,
mac_b
;
struct
ether_addr
mac_a
;
struct
genlmsghdr
*
ghdr
;
struct
router
*
router
;
uint8_t
*
addr
;
uint8_t
*
orig
;
uint8_t
*
best
;
// parse netlink entry
...
...
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