[package] iptables: fix multiport match for brcm-2.4
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Feb 2010 21:25:40 +0000 (21:25 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 19 Feb 2010 21:25:40 +0000 (21:25 +0000)
commitc3c69bf72759674efcf3cbc9bbc64514225e5e47
tree8d7734297609e85728baf5fbc8501fe939ced9e7
parent22ffc1eabc74030fed70dae0d335e2d8a6b8cdff
[package] iptables: fix multiport match for brcm-2.4
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
package/iptables/patches/010-multiport-linux-2.4-compat.patch [new file with mode: 0644]
This page took 0.023826 seconds and 4 git commands to generate.