local.m4: Fix whitespace oddity.
[firewall] / config.m4
index 4b059df..14c2d4b 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -34,19 +34,10 @@ defconf(firewall_failsafe, /etc/init.d/firewall.safe)
 ## Set the range of dynamically allocated ports.  Access to these from
 ## outside is permitted.
 defconf(open_port_min, 32000)
-defconf(open_port_max, 54999)
+defconf(open_port_max, 64999)
 
 ## Which chains to preserve.
 defconf(preserve_chains, )
 
-## Whether to permit forwarding.
-defconf(forward, 1)
-
-## Whether to turn on the reverse-path filter.
-defconf(rp_filter, 1)
-
-## Whether to turn on logging of martian packets.
-defconf(log_martians, 1)
-
 m4_divert(-1)
 ###----- That's all, folks --------------------------------------------------