From a6becaf5b5d12eedb3902e33a61540e757abafde Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Mar 2013 16:32:41 +0000 Subject: [PATCH] luci-app-firewall: don't allow configuring src_mac for snat rules --- .../luci-firewall/luasrc/model/cbi/firewall/rule-details.lua | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/applications/luci-firewall/luasrc/model/cbi/firewall/rule-details.lua b/applications/luci-firewall/luasrc/model/cbi/firewall/rule-details.lua index 0086148c7..3f5eb35b2 100644 --- a/applications/luci-firewall/luasrc/model/cbi/firewall/rule-details.lua +++ b/applications/luci-firewall/luasrc/model/cbi/firewall/rule-details.lua @@ -106,16 +106,6 @@ elseif rule_type == "redirect" then o.template = "cbi/firewall_zonelist" - o = s:option(DynamicList, "src_mac", translate("Source MAC address")) - o.rmempty = true - o.datatype = "neg(macaddr)" - o.placeholder = translate("any") - - luci.sys.net.mac_hints(function(mac, name) - o:value(mac, "%s (%s)" %{ mac, name }) - end) - - o = s:option(Value, "src_ip", translate("Source IP address")) o.rmempty = true o.datatype = "neg(ipaddr)" -- 2.11.0