diff --git a/luci-app-mptcp/luasrc/view/mptcp/multipath.htm b/luci-app-mptcp/luasrc/view/mptcp/multipath.htm index 511519973..0d8b11c80 100644 --- a/luci-app-mptcp/luasrc/view/mptcp/multipath.htm +++ b/luci-app-mptcp/luasrc/view/mptcp/multipath.htm @@ -36,7 +36,9 @@ local curdev = luci.dispatcher.context.requestpath curdev = curdev[#curdev] ~= "multipath" and curdev[#curdev] or devices[1] - + if curdev == "" then + curdev = "all" + end -%> <%+header%>