1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-08-15 08:59:42 +02:00
parent 82b2c69cff
commit 3ac8141439

View file

@ -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');