From: Manuel Munz Date: Tue, 18 Oct 2011 18:59:58 +0000 (+0000) Subject: modules/freifunk: Fix small error X-Git-Tag: 0.11.0~1500 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cd1fa7c070eb3e700c4978c5c71cabcf1b693f6e;p=project%2Fluci.git modules/freifunk: Fix small error --- diff --git a/modules/freifunk/luasrc/view/freifunk/public_status.htm b/modules/freifunk/luasrc/view/freifunk/public_status.htm index 0203f2ae86..38460bad79 100644 --- a/modules/freifunk/luasrc/view/freifunk/public_status.htm +++ b/modules/freifunk/luasrc/view/freifunk/public_status.htm @@ -56,7 +56,7 @@ else local dr4 = sys.exec("ip r s t olsr-default") if dr4 then defroutev4 = { } - defroutev4.dest, defroutev4.gateway, defroutev4.device, defroutev4.metric = dr4:match("^(%w+) via (%d+.%d+.%d+.%d+) dev (%w+) +metric (%d+)$ + defroutev4.dest, defroutev4.gateway, defroutev4.device, defroutev4.metric = dr4:match("^(%w+) via (%d+.%d+.%d+.%d+) dev (%w+) +metric (%d+)") end end