summaryrefslogtreecommitdiffstats
path: root/rules/iptables.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-08 06:10:25 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-08 06:10:25 +0000
commitc8280f5c53f0133fe81d5848a5c3bf3756b8d23a (patch)
treeff820a6a9e2db11ed06197b7548292dcd9b4369b /rules/iptables.in
parent3dc4875f2e51b04741ec108a2cbf9caefe1ff569 (diff)
downloadptxdist-c8280f5c53f0133fe81d5848a5c3bf3756b8d23a.tar.gz
ptxdist-c8280f5c53f0133fe81d5848a5c3bf3756b8d23a.tar.xz
* iptables: update the iptables package to 1.3.8 and updates
iptables.in and iptables.make to match this version. Updated menu structure to reflect the current iptables modules. Added ipt_DF module as patch - it's some ugly hack to remove the DF bit from connections. It's sometimes required for broken TCP stacks behind routers, which ignore ICMP no fragmentation replies and insist on sending large pakets with DF flag set. Patch by Carsten Schlote. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7353 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/iptables.in')
-rw-r--r--rules/iptables.in318
1 files changed, 223 insertions, 95 deletions
diff --git a/rules/iptables.in b/rules/iptables.in
index 95001c82f..65efed27c 100644
--- a/rules/iptables.in
+++ b/rules/iptables.in
@@ -49,13 +49,13 @@ config IPTABLES_INSTALL_libipt_addrtype
help
FIXME: This item needs to be documented
-#config IPTABLES_INSTALL_libipt_ah
-# bool
-# prompt "install libipt_ah.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IPTABLES
-# help
-# FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libipt_ah
+ bool
+ prompt "install libipt_ah.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
config IPTABLES_INSTALL_libipt_CLASSIFY
bool
@@ -65,17 +65,25 @@ config IPTABLES_INSTALL_libipt_CLASSIFY
help
FIXME: This item needs to be documented
-#config IPTABLES_INSTALL_libipt_CLUSTERIP
-# bool
-# prompt "install libipt_CLUSTERIP.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IPTABLES
-# help
-# FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libipt_CLUSTERIP
+ bool
+ prompt "install libipt_CLUSTERIP.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libipt_comment
+ bool
+ prompt "install libipt_comment.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
-config IPTABLES_INSTALL_libipt_connlimit
+config IPTABLES_INSTALL_libipt_connbytes
bool
- prompt "install libipt_connlimit.so"
+ prompt "install libipt_connbytes.so"
depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
@@ -105,6 +113,22 @@ config IPTABLES_INSTALL_libipt_conntrack
help
FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libipt_dccp
+ bool
+ prompt "install libipt_dccp.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libipt_DF
+ bool
+ prompt "install libipt_DF.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
+
config IPTABLES_INSTALL_libipt_DNAT
bool
prompt "install libipt_DNAT.so"
@@ -153,6 +177,14 @@ config IPTABLES_INSTALL_libipt_esp
help
FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libipt_hashlimit
+ bool
+ prompt "install libipt_hashlimit.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
+
config IPTABLES_INSTALL_libipt_helper
bool
prompt "install libipt_helper.so"
@@ -257,6 +289,22 @@ config IPTABLES_INSTALL_libipt_NETMAP
help
FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libipt_NFLOG
+ bool
+ prompt "install libipt_NFLOG.so"
+ depends on IPTABLES_INSTALL_IPTABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libipt_NFQUEUE
+ bool
+ prompt "install libipt_NFQUEUE.so"
+ depends on IPTABLES_INSTALL_IPTABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
config IPTABLES_INSTALL_libipt_NOTRACK
bool
prompt "install libipt_NOTRACK.so"
@@ -289,6 +337,22 @@ config IPTABLES_INSTALL_libipt_pkttype
help
FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libipt_policy
+ bool
+ prompt "install libipt_policy.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libipt_quota
+ bool
+ prompt "install libipt_quota.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
+
config IPTABLES_INSTALL_libipt_realm
bool
prompt "install libipt_realm.so"
@@ -297,33 +361,25 @@ config IPTABLES_INSTALL_libipt_realm
help
FIXME: This item needs to be documented
-#config IPTABLES_INSTALL_libipt_recent
-# bool
-# prompt "install libipt_recent.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IPTABLES
-# help
-# FIXME: This item needs to be documented
-
-config IPTABLES_INSTALL_libipt_REDIRECT
+config IPTABLES_INSTALL_libipt_recent
bool
- prompt "install libipt_REDIRECT.so"
+ prompt "install libipt_recent.so"
depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
-config IPTABLES_INSTALL_libipt_REJECT
+config IPTABLES_INSTALL_libipt_REDIRECT
bool
- prompt "install libipt_REJECT.so"
+ prompt "install libipt_REDIRECT.so"
depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
FIXME: This item needs to be documented
-config IPTABLES_INSTALL_libipt_rpc
+config IPTABLES_INSTALL_libipt_REJECT
bool
- prompt "install libipt_rpc.so"
+ prompt "install libipt_REJECT.so"
depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
@@ -369,9 +425,17 @@ config IPTABLES_INSTALL_libipt_state
help
FIXME: This item needs to be documented
-config IPTABLES_INSTALL_libipt_TARPIT
+config IPTABLES_INSTALL_libipt_statistics
bool
- prompt "install libipt_TARPIT.so"
+ prompt "install libipt_statistics.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libipt_string
+ bool
+ prompt "install libipt_string.so"
depends on IPTABLES
depends on IPTABLES_INSTALL_IPTABLES
help
@@ -417,14 +481,6 @@ config IPTABLES_INSTALL_libipt_TOS
help
FIXME: This item needs to be documented
-config IPTABLES_INSTALL_libipt_TRACE
- bool
- prompt "install libipt_TRACE.so"
- depends on IPTABLES
- depends on IPTABLES_INSTALL_IPTABLES
- help
- FIXME: This item needs to be documented
-
config IPTABLES_INSTALL_libipt_ttl
bool
prompt "install libipt_ttl.so"
@@ -468,29 +524,37 @@ config IPTABLES_INSTALL_libipt_unclean
comment "----------------------------------"
depends on IPTABLES
-#config IPTABLES_INSTALL_libip6t_ah
-# bool
-# prompt "install libip6t_ah.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IP6TABLES
-# help
-# FIXME: This item needs to be documented
-
-#config IPTABLES_INSTALL_libip6t_dst
-# bool
-# prompt "install libip6t_dst.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IP6TABLES
-# help
-# FIXME: This item needs to be documented
-
-#config IPTABLES_INSTALL_libip6t_esp
-# bool
-# prompt "install libip6t_esp.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IP6TABLES
-# help
-# FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libip6t_ah
+ bool
+ prompt "install libip6t_ah.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_connmark
+ bool
+ prompt "install libip6t_connmark.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_CONNMARK
+ bool
+ prompt "install libip6t_CONNMARK.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_esp
+ bool
+ prompt "install libip6t_esp.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
config IPTABLES_INSTALL_libip6t_eui64
bool
@@ -500,21 +564,21 @@ config IPTABLES_INSTALL_libip6t_eui64
help
FIXME: This item needs to be documented
-#config IPTABLES_INSTALL_libip6t_frag
-# bool
-# prompt "install libip6t_frag.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IP6TABLES
-# help
-# FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libip6t_frag
+ bool
+ prompt "install libip6t_frag.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
-#config IPTABLES_INSTALL_libip6t_hbh
-# bool
-# prompt "install libip6t_hbh.so"
-# depends on IPTABLES_INSTALL_IP6TABLES
-# depends on IPTABLES
-# help
-# FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libip6t_hashlimit
+ bool
+ prompt "install libip6t_hashlimit.so"
+ depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
config IPTABLES_INSTALL_libip6t_hl
bool
@@ -540,13 +604,13 @@ config IPTABLES_INSTALL_libip6t_icmp6
help
FIXME: This item needs to be documented
-#config IPTABLES_INSTALL_libip6t_ipv6header
-# bool
-# prompt "install libip6t_ipv6header.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IP6TABLES
-# help
-# FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libip6t_ipv6header
+ bool
+ prompt "install libip6t_ipv6header.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
config IPTABLES_INSTALL_libip6t_length
bool
@@ -596,6 +660,14 @@ config IPTABLES_INSTALL_libip6t_MARK
help
FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libip6t_mh
+ bool
+ prompt "install libip6t_mh.so"
+ depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
config IPTABLES_INSTALL_libip6t_multiport
bool
prompt "install libip6t_multiport.so"
@@ -604,6 +676,22 @@ config IPTABLES_INSTALL_libip6t_multiport
help
FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libip6t_NFLOG
+ bool
+ prompt "install libip6t_NFLOG.so"
+ depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_NFQUEUE
+ bool
+ prompt "install libip6t_NFQUEUE.so"
+ depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
config IPTABLES_INSTALL_libip6t_owner
bool
prompt "install libip6t_owner.so"
@@ -612,13 +700,45 @@ config IPTABLES_INSTALL_libip6t_owner
help
FIXME: This item needs to be documented
-#config IPTABLES_INSTALL_libip6t_rt
-# bool
-# prompt "install libip6t_rt.so"
-# depends on IPTABLES
-# depends on IPTABLES_INSTALL_IP6TABLES
-# help
-# FIXME: This item needs to be documented
+config IPTABLES_INSTALL_libip6t_physdev
+ bool
+ prompt "install libip6t_physdev.so"
+ depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_policy
+ bool
+ prompt "install libip6t_policy.so"
+ depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_REJECT
+ bool
+ prompt "install libip6t_REJECT.so"
+ depends on IPTABLES_INSTALL_IP6TABLES
+ depends on IPTABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_rt
+ bool
+ prompt "install libip6t_rt.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_sctp
+ bool
+ prompt "install libip6t_sctp.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
config IPTABLES_INSTALL_libip6t_standard
bool
@@ -628,17 +748,25 @@ config IPTABLES_INSTALL_libip6t_standard
help
FIXME: This item needs to be documented
-config IPTABLES_INSTALL_libip6t_tcp
+config IPTABLES_INSTALL_libip6t_state
bool
- prompt "install libip6t_tcp.so"
+ prompt "install libip6t_state.so"
+ depends on IPTABLES
+ depends on IPTABLES_INSTALL_IP6TABLES
+ help
+ FIXME: This item needs to be documented
+
+config IPTABLES_INSTALL_libip6t_TCPMSS
+ bool
+ prompt "install libip6t_TCPMSS.so"
depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help
FIXME: This item needs to be documented
-config IPTABLES_INSTALL_libip6t_TRACE
+config IPTABLES_INSTALL_libip6t_tcp
bool
- prompt "install libip6t_TRACE.so"
+ prompt "install libip6t_tcp.so"
depends on IPTABLES
depends on IPTABLES_INSTALL_IP6TABLES
help