Merge 511213a214
into ae593d8439
This commit is contained in:
commit
717b716edd
@ -25,11 +25,14 @@ proto_gluon_mesh_setup() {
|
|||||||
|
|
||||||
proto_init_update "$IFNAME" 1
|
proto_init_update "$IFNAME" 1
|
||||||
|
|
||||||
|
if [ "$IFNAME" != "br-wan" ]
|
||||||
|
then
|
||||||
proto_add_data
|
proto_add_data
|
||||||
|
json_add_string zone mesh
|
||||||
json_add_boolean fixed_mtu "$FIXED_MTU"
|
json_add_boolean fixed_mtu "$FIXED_MTU"
|
||||||
json_add_boolean transitive "$TRANSITIVE"
|
json_add_boolean transitive "$TRANSITIVE"
|
||||||
proto_close_data
|
proto_close_data
|
||||||
|
fi
|
||||||
proto_send_update "$CONFIG"
|
proto_send_update "$CONFIG"
|
||||||
|
|
||||||
for script in /lib/gluon/core/mesh/post-setup.d/*; do
|
for script in /lib/gluon/core/mesh/post-setup.d/*; do
|
||||||
|
Loading…
Reference in New Issue
Block a user