X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/42dae9aeec781a3f02a87673e7b64d20facb9659..78aaac07301dc78e7676a18be5f23f44f6a4ffe7:/config.m4 diff --git a/config.m4 b/config.m4 index 6756452..ee9ef90 100644 --- a/config.m4 +++ b/config.m4 @@ -21,7 +21,7 @@ ### along with this program; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -m4_divert(5)m4_dnl +m4_divert(4)m4_dnl ###-------------------------------------------------------------------------- ### Configuration. @@ -39,14 +39,5 @@ defconf(open_port_max, 54999) ## 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 --------------------------------------------------