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

ffs-set-segment: don't bring down/up client

This might cause mesh-vpn to go missing from batctl if.
parent 72ffad07
No related branches found
No related tags found
1 merge request!1ffs-set-segment: don't bring down/up client
......@@ -67,9 +67,8 @@ do
done
if [ "$CHANGED" = "1" ]; then
/sbin/ifdown client
/etc/init.d/fastd restart
/sbin/ifup client
/sbin/ip addr flush dev br-client
logger -t $ME "Set Segment: $GITSEG"
else
logger -t $ME "No changes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment