iptables: fix multiport match for brcm-2.4 Since the netfilter framework in Linux...
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Feb 2010 21:25:40 +0000 (21:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 19 Feb 2010 21:25:40 +0000 (21:25 +0000)
commit2a473ebe19c315691118f66e0f64617884f5a3f6
treef420a9578287590d0fc6d9d86a2d4eaf4dd6b402
parent046caa7e25915218e9a54f3fa5faac16d6f14d36
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.

SVN-Revision: 19761
package/iptables/patches/010-multiport-linux-2.4-compat.patch [new file with mode: 0644]