Skip to content
Snippets Groups Projects
Commit a46a57f5 authored by Nico's avatar Nico
Browse files

Merge branch 'autinerd(fix-ip-addr-flush' into 'master'

ffs-set-segment: Only flush IPv6 addresses with global scope

See merge request !2
parents 1fc68e20 4affaf5d
No related branches found
No related tags found
1 merge request!2ffs-set-segment: Only flush IPv6 addresses with global scope
......@@ -176,7 +176,7 @@ end
local function restart_fastd()
M.log("out", "Restarting fastd")
io.popen("/etc/init.d/fastd restart")
io.popen("/sbin/ip addr flush dev br-client")
io.popen("/sbin/ip addr flush dev br-client scope global")
end
function M.set_fastd_remotes(port, segment)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment