projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7229b9
)
ipset: add ipmark support
author
John Crispin
<
[email protected]
>
Fri, 13 Mar 2015 08:38:17 +0000
(08:38 +0000)
committer
John Crispin
<
[email protected]
>
Fri, 13 Mar 2015 08:38:17 +0000
(08:38 +0000)
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 <
[email protected]
>
SVN-Revision: 44742
package/network/utils/ipset/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/ipset/Makefile
b/package/network/utils/ipset/Makefile
index 9a8f3461d966332ed5e48cf1527117cd410a09ed..14a47afbec829229fa6f8d407c97d7aa3e945ae8 100644
(file)
--- 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 \