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:
parent
93ff9ef2ee
commit
1cab592bf9
1 changed files with 1 additions and 0 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue