Skip to content
Snippets Groups Projects
Unverified Commit f715a58f authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-batman-adv: remove obsolete no_rebroadcast setting

parent abf46c5f
No related branches found
No related tags found
No related merge requests found
...@@ -30,11 +30,6 @@ proto_gluon_bat0_renew() { ...@@ -30,11 +30,6 @@ proto_gluon_bat0_renew() {
read data read data
echo bat0 > "/sys/class/net/$dev/batman_adv/mesh_iface" echo bat0 > "/sys/class/net/$dev/batman_adv/mesh_iface"
! [ "$(echo "$data" | jsonfilter -e "@.transitive")" = 'true' ]
transitive=$?
(echo "$transitive" > "/sys/class/net/$dev/batman_adv/no_rebroadcast") 2>/dev/null
done done
lock -u /var/lock/gluon_bat0.lock lock -u /var/lock/gluon_bat0.lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment