netfilter: introduce xt_id match
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Aug 2014 22:49:47 +0000 (22:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 1 Aug 2014 22:49:47 +0000 (22:49 +0000)
commit1706a28205a498c7f189e340ad0280e638629e1a
tree572649d0f1e9c2c3bf1056b926e7a2d4362125c8
parent4faf46a77b7f1575958a370f0c8fbf48fabb5b7e
netfilter: introduce xt_id match

This commit implements a new netfilter match "xt_id" which can be used to
attach unsigned 32bit IDs to iptables rules.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41945 3c298f89-4303-0410-b956-a3cf2f4a3e73
include/netfilter.mk
package/network/utils/iptables/patches/500-add-xt_id-match.patch [new file with mode: 0644]
target/linux/generic/patches-3.10/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
target/linux/generic/patches-3.13/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
target/linux/generic/patches-3.14/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
target/linux/generic/patches-3.3/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
target/linux/generic/patches-3.8/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]
target/linux/generic/patches-3.9/615-netfilter_add_xt_id_match.patch [new file with mode: 0644]