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:
parent
c99f560011
commit
10bf0a2fcf
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue