From 121836ce800bc214f33775b039c4f0128391500b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 22 Sep 2010 22:30:58 +0200 Subject: [PATCH] ipset: enable building of ip_set_ipport{ip,net}hash.ko --- doc/changelog.txt | 1 + extensions/ipset/Kbuild | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/changelog.txt b/doc/changelog.txt index a16ba8f..9171a09 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -2,6 +2,7 @@ HEAD ==== - compat_xtables: return bool for match_check and target_check in 2.6.23..34 +- ipset: enable building of ip_set_ipport{ip,net}hash.ko Xtables-addons 1.28 (July 24 2010) diff --git a/extensions/ipset/Kbuild b/extensions/ipset/Kbuild index c881b3a..672987e 100644 --- a/extensions/ipset/Kbuild +++ b/extensions/ipset/Kbuild @@ -3,4 +3,5 @@ obj-m += ipt_set.o ipt_SET.o obj-m += ip_set.o ip_set_ipmap.o ip_set_portmap.o ip_set_macipmap.o obj-m += ip_set_iphash.o ip_set_nethash.o ip_set_ipporthash.o +obj-m += ip_set_ipportiphash.o ip_set_ipportnethash.o obj-m += ip_set_iptree.o ip_set_iptreemap.o ip_set_setlist.o