Skip to content

Commit

Permalink
gluon-respondd: do not join link-local multicast group on br-client
Browse files Browse the repository at this point in the history
Fixes #1701
  • Loading branch information
neocturne committed Apr 21, 2019
1 parent befc439 commit 59a4427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/gluon-respondd/files/etc/init.d/gluon-respondd
Expand Up @@ -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
Expand Down

0 comments on commit 59a4427

Please sign in to comment.