Merge pull request #3775 from alanswanson/master

luci-mod-network: interfaces.js: add global packet steering option
This commit is contained in:
Jo-Philipp Wich 2020-03-21 17:53:29 +01:00 committed by GitHub
commit d5ff74aab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -874,6 +874,9 @@ return L.view.extend({
o = s.option(form.Value, 'ula_prefix', _('IPv6 ULA-Prefix'));
o.datatype = 'cidr6';
o = s.option(form.Flag, 'packet_steering', _('Packet Steering'), _('Enable packet steering across all CPUs. May help or hinder network speed.'));
o.optional = true;
if (dslModemType != null) {
s = m.section(form.TypedSection, 'dsl', _('DSL'));