mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add interface additional latency settings
This commit is contained in:
parent
7a7bf1a7f4
commit
4d15174b5d
2 changed files with 20 additions and 0 deletions
|
@ -575,6 +575,10 @@ return view.extend({
|
|||
o.value('backup',_('Backup'));
|
||||
o.default = 'off';
|
||||
|
||||
o = s.taboption('advanced', form.Value, 'addlatency', _('Additional latency'));
|
||||
o.datatype = 'uinteger';
|
||||
o.default = '0';
|
||||
|
||||
if (L.hasSystemFeature('dnsmasq') || L.hasSystemFeature('odhcpd')) {
|
||||
o = s.taboption('dhcp', form.SectionValue, '_dhcp', form.TypedSection, 'dhcp');
|
||||
o.depends('proto', 'static');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue