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>
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;