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