* Fixed ffluci.util.trim, ffluci.util.split
[project/luci.git] / module / public-core / src / controller / public / status.lua
index a786eb2d7eb3af2cee2dd6be98b9482f3797876a..8d2f7a303fc7a4427b5a13ede224177ba28a2eb0 100644 (file)
@@ -10,7 +10,6 @@ function action_index()
        data.routes = {}
        for i, r in pairs(ffluci.sys.net.routes()) do
                if r.Destination == "00000000" then
-                       r.Gateway = ffluci.sys.net.hexip4(r.Gateway)
                        table.insert(data.routes, r)
                end
        end