mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix multipath default
This commit is contained in:
parent
82b2c69cff
commit
3ac8141439
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ return view.extend({
|
|||
o.value('off',_('Disabled'));
|
||||
o.value('master',_('Master'));
|
||||
o.value('backup',_('Backup'));
|
||||
o.default = 'disabled';
|
||||
o.default = 'off';
|
||||
|
||||
if (L.hasSystemFeature('dnsmasq') || L.hasSystemFeature('odhcpd')) {
|
||||
o = s.taboption('dhcp', form.SectionValue, '_dhcp', form.TypedSection, 'dhcp');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue