diff --git a/package/gluon-core/files/lib/netifd/proto/gluon_wired.sh b/package/gluon-core/files/lib/netifd/proto/gluon_wired.sh index 185de863..cdbb45bb 100755 --- a/package/gluon-core/files/lib/netifd/proto/gluon_wired.sh +++ b/package/gluon-core/files/lib/netifd/proto/gluon_wired.sh @@ -46,6 +46,7 @@ proto_gluon_wired_setup() { json_add_string peer6addr 'ff02::15c' json_add_int vid "$(lua -lgluon.util -e 'print(tonumber(gluon.util.domain_seed_bytes("gluon-mesh-vxlan", 3), 16))')" json_add_boolean rxcsum '0' + json_add_boolean txcsum '0' json_close_object ubus call network add_dynamic "$(json_dump)" fi