luci_network-add-packet-steering.patch 602 B

12345678910111213
  1. --- a/package/feeds/luci/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js 2020-08-11 17:54:35.854075042 +0800
  2. +++ b/package/feeds/luci/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js 2020-08-17 20:32:46.229218269 +0800
  3. @@ -867,6 +867,10 @@
  4. o.datatype = 'cidr6';
  5. + o = s.option(form.Flag, 'packet_steering', _('Packet Steering'), _('Enable packet steering across all CPUs. May help or hinder network speed.'));
  6. + o.optional = true;
  7. +
  8. +
  9. if (dslModemType != null) {
  10. s = m.section(form.TypedSection, 'dsl', _('DSL'));
  11. s.anonymous = true;