luci-app-firewall: filter alias interfaces in zone device selection
authorJo-Philipp Wich <jo@mein.io>
Wed, 21 Aug 2019 10:12:12 +0000 (12:12 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 10 Sep 2019 13:28:16 +0000 (15:28 +0200)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js

index 62b792da1f860ac44d091648f38242cea423434e..dc34e84d5e1b5b9f17dd921aec2b1521e960224a 100644 (file)
@@ -172,6 +172,7 @@ return L.view.extend({
 
                o = s.taboption('advanced', widgets.DeviceSelect, 'device', _('Covered devices'), _('Use this option to classify zone traffic by raw, non-<em>uci</em> managed network devices.'));
                o.modalonly = true;
+               o.noaliases = true;
                o.multiple = true;
 
                o = s.taboption('advanced', form.DynamicList, 'subnet', _('Covered subnets'), _('Use this option to classify zone traffic by source or destination subnet instead of networks or devices.'));