diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-18 17:17:49 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-18 17:17:49 +0000 |
commit | 386d6e6218914cc97f93cb5a171bf342e2cd9ea6 (patch) | |
tree | 27bb1b7333fa2a8ed59bc717f302ea3dd1d3ac56 /package | |
parent | 42059cb4e7a162bceb3fc6f7218ed2a073455fdd (diff) | |
download | upstream-386d6e6218914cc97f93cb5a171bf342e2cd9ea6.tar.gz upstream-386d6e6218914cc97f93cb5a171bf342e2cd9ea6.tar.bz2 upstream-386d6e6218914cc97f93cb5a171bf342e2cd9ea6.zip |
[packages] iptables: add an iptables-mod-ipset package (closes: #6327)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18832 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index b4e2554351..60f4754ca9 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -142,6 +142,18 @@ define Package/iptables-mod-ipsec/description - libipt_policy endef +define Package/iptables-mod-ipset +$(call Package/iptables/Module, @LINUX_2_6) + TITLE:=IPset iptables extensions +endef + +define Package/iptables-mod-ipset/description + IPset iptables extensions. + Includes: + - libipt_set + - libipt_SET +endef + define Package/iptables-mod-nat $(call Package/iptables/Module, +kmod-ipt-nat) TITLE:=Basic NAT extensions @@ -360,6 +372,7 @@ $(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m),$(L7_INSTALL))) $(eval $(call BuildPlugin,iptables-mod-imq,$(IPT_IMQ-m))) $(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m))) $(eval $(call BuildPlugin,iptables-mod-ipsec,$(IPT_IPSEC-m))) +$(eval $(call BuildPlugin,iptables-mod-ipset,ipt_set ipt_SET)) $(eval $(call BuildPlugin,iptables-mod-nat,$(IPT_NAT-m))) $(eval $(call BuildPlugin,iptables-mod-nat-extra,$(IPT_NAT_EXTRA-m))) $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m))) |