From 0a3bd469f2201e9376b8643961e4aac7c6b40b64 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 6 Oct 2020 14:06:11 +0200 Subject: [PATCH] Fix multipath status in wizard when MPTCP over VPN is used --- .../luasrc/view/openmptcprouter/wizard.htm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm index e38487784..a35fc4865 100644 --- a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm +++ b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm @@ -691,6 +691,21 @@ end "> + <% + if uci:get("openmptcprouter",ifname,"multipathvpn") == "1" then + %> +
+ +
+ +
+
+ <% else %>
@@ -702,6 +717,9 @@ end
+ <% + end + %> <% local download = "0"