diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-13 08:38:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-13 08:38:17 +0000 |
commit | 568a27b077806e916fb603ecb18b37e751898ff9 (patch) | |
tree | 66b18b3cd601c1e6e18ce6b7d54a662470408d9e /package | |
parent | 5985d3b8f4450c35e0e993878edc70add74a0cd7 (diff) | |
download | upstream-568a27b077806e916fb603ecb18b37e751898ff9.tar.gz upstream-568a27b077806e916fb603ecb18b37e751898ff9.tar.bz2 upstream-568a27b077806e916fb603ecb18b37e751898ff9.zip |
ipset: add ipmark support
Below you'll find a patch to add ipmark module support to ipset.
Changeset 44671 already bumped ipset to version 6.24, but it's still
compiled without ipmark support. This is a requirement for mwan3 v1.6.
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/ipset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/utils/ipset/Makefile b/package/network/utils/ipset/Makefile index 9a8f3461d9..14a47afbec 100644 --- a/package/network/utils/ipset/Makefile +++ b/package/network/utils/ipset/Makefile @@ -45,6 +45,7 @@ IPSET_MODULES:= \ ipset/ip_set_bitmap_ipmac \ ipset/ip_set_bitmap_port \ ipset/ip_set_hash_ip \ + ipset/ip_set_hash_ipmark \ ipset/ip_set_hash_ipport \ ipset/ip_set_hash_ipportip \ ipset/ip_set_hash_ipportnet \ |