firewall-init: firewall - removed ftp/irc conntrack/nat module opt...

baggins baggins at pld-linux.org
Mon Sep 19 17:23:57 CEST 2005


Author: baggins                      Date: Mon Sep 19 15:23:57 2005 GMT
Module: firewall-init                 Tag: HEAD
---- Log message:
- removed ftp/irc conntrack/nat module options (set them via /etc/modprobe.conf)
- add options to choose which conntrack/nat modules to load

---- Files affected:
firewall-init:
   firewall (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: firewall-init/firewall
diff -u firewall-init/firewall:1.5 firewall-init/firewall:1.6
--- firewall-init/firewall:1.5	Thu Sep 26 16:42:37 2002
+++ firewall-init/firewall	Mon Sep 19 17:23:51 2005
@@ -18,14 +18,13 @@
 # Connetion tracking (defaults to yes as it's VERY usefull also on non-nat boxes)
 CONNTRACK="yes"
 
-# Which ports to track (FTP,IRC,Eggdrop) empty = defaults
-# May be needed by conntrack and NAT
-FTP_PORTS=
-IRC_PORTS=
-EGGDROP_PORTS=
+# Which IPv4 conntrack modules to load, can be "all" (old default), "none" or a list
+#CONNTRACK_MODULES="all"
+#CONNTRACK_MODULES="ftp irc"
 
-# FXP (direct FTP 2 FTP transport) support in conntrack_ftp
-# FTP_FXP="yes"
+# Which IPv4 nat modules to load, can be "all" (old default), "none" or a list
+#NAT_MODULES="all"
+#NAT_MODULES="ftp irc"
 
 # Size (number of entries) of hash tables for connection tracking and NAT
 # default is 1/16384 of memory
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/firewall-init/firewall?r1=1.5&r2=1.6&f=u




More information about the pld-cvs-commit mailing list