Skip to content
Snippets Groups Projects
Commit 09855e0c authored by Nils Schneider's avatar Nils Schneider
Browse files

gluon-mesh-vpn-fastd: set mesh_vpn.enabled flag

parent d866400e
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ print <<END; ...@@ -19,6 +19,7 @@ print <<END;
uci -q batch <<EOF uci -q batch <<EOF
set fastd.mesh_vpn='fastd' set fastd.mesh_vpn='fastd'
set fastd.mesh_vpn.enabled=$cfg->{enabled}
set fastd.mesh_vpn.syslog_level='verbose' set fastd.mesh_vpn.syslog_level='verbose'
delete fastd.mesh_vpn.config delete fastd.mesh_vpn.config
delete fastd.mesh_vpn.config_peer_dir delete fastd.mesh_vpn.config_peer_dir
......
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