#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
Keywords: qos-scripts |
-------------------------+----------------------------------
qos-scripts - 1.2.1-6
It seems that the qos-scripts created chain qos_Default_ct contains
duplicate lines:
{{{
root@OpenWrt:/etc/config# iptables-save |fgrep qos
...
-A qos_Default_ct -p tcp -m mark --mark 0x0/0xf -m tcp -m multiport
--ports 53 -m comment --comment dns -j MARK --set-xmark 0x11/0xff
-A qos_Default_ct -p udp -m mark --mark 0x0/0xf -m udp -m multiport
--ports 53 -m comment --comment dns -j MARK --set-xmark 0x11/0xff
-A qos_Default_ct -p tcp -m mark --mark 0x0/0xf -m tcp -m multiport
--ports 22 -m comment --comment ssh -j MARK --set-xmark 0x22/0xff
-A qos_Default_ct -p tcp -m mark --mark 0x0/0xf -m tcp -m multiport
--ports 21,25,80,110,143,443,465,587,993,995 -m comment --comment "ftp,
smtp, http(s), imap" -j MARK --set-xmark 0x33/0xff
-A qos_Default_ct -p udp -m mark --mark 0x0/0xf -m udp -m multiport
--ports 1194,500,4500 -j MARK --set-xmark 0x33/0xff
-A qos_Default_ct -j CONNMARK --save-mark --nfmask 0xff --ctmask 0xff
-A qos_Default_ct -p tcp -m mark --mark 0x0/0xf -m tcp -m multiport
--ports 53 -m comment --comment dns -j MARK --set-xmark 0x11/0xff
-A qos_Default_ct -p udp -m mark --mark 0x0/0xf -m udp -m multiport
--ports 53 -m comment --comment dns -j MARK --set-xmark 0x11/0xff
-A qos_Default_ct -p tcp -m mark --mark 0x0/0xf -m tcp -m multiport
--ports 22 -m comment --comment ssh -j MARK --set-xmark 0x22/0xff
-A qos_Default_ct -p tcp -m mark --mark 0x0/0xf -m tcp -m multiport
--ports 21,25,80,110,143,443,465,587,993,995 -m comment --comment "ftp,
smtp, http(s), imap" -j MARK --set-xmark 0x33/0xff
-A qos_Default_ct -p udp -m mark --mark 0x0/0xf -m udp -m multiport
--ports 1194,500,4500 -j MARK --set-xmark 0x33/0xff
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/17945>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets