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
Model registry
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
firmware
FFS Gluon
Commits
59a44274
Unverified
Commit
59a44274
authored
5 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
gluon-respondd: do not join link-local multicast group on br-client
Fixes #1701
parent
befc439a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/gluon-respondd/files/etc/init.d/gluon-respondd
+1
-1
1 addition, 1 deletion
package/gluon-respondd/files/etc/init.d/gluon-respondd
with
1 addition
and
1 deletion
package/gluon-respondd/files/etc/init.d/gluon-respondd
+
1
−
1
View file @
59a44274
...
...
@@ -13,7 +13,7 @@ start_service() {
local
clientdevs
=
$(
for
dev
in
$(
echo
"
$ifdump
"
| jsonfilter
-e
"@.interface[@.interface='
$(
cat
/lib/gluon/respondd/client.dev 2>/dev/null
)
' && @.up=true].device"
)
;
do
echo
" -i
$dev
-t
$MAXDELAY
"
;
done
;
)
procd_open_instance
procd_set_param
command
$DAEMON
-d
/usr/lib/respondd
-p
1001
-g
ff02::2:1001
$meshdevs
$clientdevs
-g
ff05::2:1001
$clientdevs
procd_set_param
command
$DAEMON
-d
/usr/lib/respondd
-p
1001
-g
ff02::2:1001
$meshdevs
-g
ff05::2:1001
$clientdevs
procd_set_param respawn
${
respawn_threshold
:-
3600
}
${
respawn_timeout
:-
5
}
${
respawn_retry
:-
5
}
procd_set_param stderr 1
procd_close_instance
...
...
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