mirror of
https://github.com/openwrt/luci
synced 2025-01-07 03:27:12 +08:00
luci-mod-network: ifname_multi -> ifname_multi-bridge
This is to prepare for the bonding implementation, two configuration nodes cannot share the same name. Probably a more unique and precise naming would be better. Signed-off-by: Nicolò Veronese <nicveronese@gmail.com>
This commit is contained in:
parent
88a3148f51
commit
7cd6b385e0
@ -577,7 +577,7 @@ return baseclass.extend({
|
||||
o.depends('type', '8021q');
|
||||
o.depends('type', '8021ad');
|
||||
|
||||
o = this.replaceOption(s, 'devgeneral', widgets.DeviceSelect, 'ifname_multi', _('Bridge ports'));
|
||||
o = this.replaceOption(s, 'devgeneral', widgets.DeviceSelect, 'ifname_multi-bridge', _('Bridge ports'));
|
||||
o.size = 10;
|
||||
o.rmempty = true;
|
||||
o.multiple = true;
|
||||
|
Loading…
Reference in New Issue
Block a user