summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/010-multiport-linux-2.4-compat.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/iptables: update to iptables-1.4.10 & layer7_2.22. (partially closes ↵acoul2010-12-081-6/+6
| | | | | | #8369) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24345 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: refresh patchesjuhosg2010-03-261-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: fix multiport match for brcm-2.4jow2010-02-191-0/+265
Since the netfilter framework in Linux 2.4 lacks support for target and match revisioning, iptables falls back to the v0 implementation of multiport while only v1 is implemented on the kernel side, leading to an invalid argument error when trying to insert rules using multiport. This patch removes v0 support from the userspace match library to enforce the usage of the v1 match implementation. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19761 3c298f89-4303-0410-b956-a3cf2f4a3e73