X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-mod-admin-full%2Fluasrc%2Fmodel%2Fcbi%2Fadmin_network%2Froutes.lua;h=209bdf1fb9fe7b7681cb7d9299be0611151c5799;hp=469748c87a9dafdda55ff6584c703ad56ff6b91d;hb=6ff7bae36aa940f5f64ce11fb87ecefe136d41d6;hpb=e91b603acc0920f998ae57704a9d97b83ee284e4 diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua index 469748c87..209bdf1fb 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/routes.lua @@ -19,7 +19,6 @@ m = Map("network", "can be reached.")) local routes6 = luci.sys.net.routes6() -local bit = require "bit" s = m:section(TypedSection, "route", translate("Static IPv4 Routes")) s.addremove = true