From: jow Date: Sun, 17 Jul 2011 15:34:37 +0000 (+0000) Subject: [backfire] backport r27648 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=391eb6e69c09d9f107b8c30a91c63dce37820043 [backfire] backport r27648 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@27649 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index aec031921..837f34105 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -49,14 +49,27 @@ endef define Package/iptables/description IPv4 firewall administration tool. -Includes support for: -- comment -- limit -- LOG -- mac -- multiport -- REJECT -- TCPMSS + + Matches: + - icmp + - tcp + - udp + - comment + - limit + - mac + - multiport + + Targets: + - ACCEPT + - DROP + - REJECT + - LOG + - TCPMSS + + Tables: + - filter + - mangle + endef define Package/iptables-mod-conntrack @@ -66,10 +79,17 @@ endef define Package/iptables-mod-conntrack/description Basic iptables extensions for connection tracking. -Includes: -- state -- raw -- NOTRACK + + Matches: + - state + - conntrack + + Targets: + - NOTRACK + + Tables: + - raw + endef define Package/iptables-mod-conntrack-extra @@ -79,10 +99,16 @@ endef define Package/iptables-mod-conntrack-extra/description Extra iptables extensions for connection tracking. -Includes: -- libipt_conntrack -- libipt_helper -- libipt_connmark/CONNMARK + + Matches: + - connbytes + - connmark + - recent + - helper + + Targets: + - CONNMARK + endef define Package/iptables-mod-filter @@ -92,9 +118,12 @@ endef define Package/iptables-mod-filter/description iptables extensions for packet content inspection. -Includes: -- libipt_string -- libipt_layer7 +Includes support for: + + Matches: + - layer7 + - string + endef define Package/iptables-mod-imq @@ -104,8 +133,10 @@ endef define Package/iptables-mod-imq/description iptables extension for IMQ support. -Includes: -- libipt_IMQ + + Targets: + - IMQ + endef define Package/iptables-mod-ipopt @@ -115,18 +146,26 @@ endef define Package/iptables-mod-ipopt/description iptables extensions for matching/changing IP packet options. -Includes: -- libipt_CLASSIFY -- libipt_dscp/DSCP -- libipt_ecn/ECN -- libipt_length -- libipt_mac -- libipt_mark/MARK -- libipt_statistic -- libipt_tcpmms -- libipt_tos/TOS -- libipt_ttl/TTL -- libipt_unclean + + Matches: + - dscp + - hashlimit + - ecn + - length + - mark + - statistic + - tcpmss + - time + - unclean + - hl + + Targets: + - DSCP + - CLASSIFY + - ECN + - MARK + - HL + endef define Package/iptables-mod-ipsec @@ -136,10 +175,12 @@ endef define Package/iptables-mod-ipsec/description iptables extensions for matching ipsec traffic. -Includes: -- libipt_ah -- libipt_esp -- libipt_policy + + Matches: + - ah + - esp + - policy + endef define Package/iptables-mod-ipset @@ -149,9 +190,13 @@ endef define Package/iptables-mod-ipset/description IPset iptables extensions. -Includes: -- libipt_set -- libipt_SET + + Matches: + - set + + Targets: + - SET + endef define Package/iptables-mod-nat @@ -161,10 +206,15 @@ endef define Package/iptables-mod-nat/description iptables extensions for basic NAT targets. -Includes: -- MASQUERADE -- SNAT -- DNAT + + Targets: + - SNAT + - DNAT + - MASQUERADE + + Tables: + - nat + endef define Package/iptables-mod-nat-extra @@ -174,8 +224,12 @@ endef define Package/iptables-mod-nat-extra/description iptables extensions for extra NAT targets. -Includes: -- REDIRECT + + Targets: + - MIRROR + - NETMAP + - REDIRECT + endef define Package/iptables-mod-ulog @@ -185,8 +239,10 @@ endef define Package/iptables-mod-ulog/description iptables extensions for user-space packet logging. -Includes: -- libipt_ULOG + + Targets: + - ULOG + endef define Package/iptables-mod-hashlimit @@ -196,8 +252,10 @@ endef define Package/iptables-mod-hashlimit/description iptables extensions for hashlimit matching -Includes: -- libxt_hashlimit + + Matches: + - hashlimit + endef define Package/iptables-mod-iprange @@ -207,8 +265,10 @@ endef define Package/iptables-mod-iprange/description iptables extensions for matching ip ranges. -Includes: -- libipt_iprange + + Matches: + - iprange + endef define Package/iptables-mod-extra @@ -218,11 +278,14 @@ endef define Package/iptables-mod-extra/description Other extra iptables extensions. -Includes: -- libipt_owner -- libipt_physdev -- libipt_pkttype -- libipt_recent + + Matches: + - condition + - owner + - physdev (if ebtables is enabled) + - pkttype + - quota + endef define Package/iptables-utils