luci-app-mwan3: save httping_ssl config whether is set or not

Always write this configuration parameter into the config.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2019-12-12 15:48:12 +01:00
parent 93ff9ef2ee
commit 1cab592bf9

View file

@ -59,6 +59,7 @@ end
httping_ssl = mwan_interface:option(Flag, "httping_ssl", translate("Enable ssl tracking"),
translate("Enables https tracking on ssl port 443"))
httping_ssl:depends("track_method", "httping")
httping_ssl.rmempty = false
httping_ssl.default = httping_ssl.enabled
reliability = mwan_interface:option(Value, "reliability", translate("Tracking reliability"),