Skip to content

Commit

Permalink
luci-mod-network: interfaces.js rename ifname_multi to ifname_multi-b…
Browse files Browse the repository at this point in the history
…ridge

This is to prepare for tho bonding implementation,
 two configuration nodes cannot share the same name.

Probably a more unique and precise naming would be better.

Signed-off-by: hitech95 <[email protected]>
  • Loading branch information
hitech95 committed Apr 26, 2024
1 parent 7703194 commit 6359180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,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;
Expand Down

0 comments on commit 6359180

Please sign in to comment.