summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/010-multiport-linux-2.4-compat.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/iptables: refresh patchesGabor Juhos2010-03-261-5/+5
| | | | SVN-Revision: 20465
* iptables: fix multiport match for brcm-2.4 Since the netfilter framework in ↵Jo-Philipp Wich2010-02-191-0/+265
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. SVN-Revision: 19761