1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix multipath in interfaces

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-06-11 20:03:47 +02:00
parent c99f560011
commit 10bf0a2fcf

View file

@ -564,8 +564,8 @@ return view.extend({
}
o = s.taboption('advanced', form.ListValue, 'multipath', _('Multipath setting'), _('Only one interface must be set as Master.'));
o.value('enabled',_('Enabled'));
o.value('disabled',_('Disabled'));
o.value('on',_('Enabled'));
o.value('off',_('Disabled'));
o.value('master',_('Master'));
o.value('backup',_('Backup'));
o.default = 'disabled';