#17945: qos-scripts creates duplicate rule lines in chain qos_Default_ct
------------------------+----------------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  Chaos Calmer (trunk)
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:  qos-scripts
------------------------+----------------------------------

Comment (by anonymous):

 I have the same problem in qos-scripts 1.2.1-7.
 I was able to fix it by changing line 430 of \usr\lib\qos\generate.sh:
 Old:
 ${iptrules:+${iptrules}${N}iptables -t mangle -A qos_${cg} -j CONNMARK
 --save-mark --mask 0xf0}
 New:
 iptables -t mangle -A qos_${cg} -j CONNMARK --save-mark --mask 0xf0

--
Ticket URL: <https://dev.openwrt.org/ticket/17945#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to