X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/bfdc045deb6149808d309b4ac3c292d9c57a8b38..a3972fea9c58e172fb2a1c1dc7362ec6a40fa4bd:/base.m4 diff --git a/base.m4 b/base.m4 index 5ae9d48..a0ebcf1 100644 --- a/base.m4 +++ b/base.m4 @@ -36,16 +36,16 @@ m4_changecom(<:##:>) ### 30 Initialization. [bookends] ### 30 Clear existing rules. [bookends] ### 32 Set safe IP options. [bookends] -### 34 Error chains. [bookends] +### 34 Error chains. [bookends] ### 36 Give loopback traffic a free pass. [bookends] -### 40 Address classification. [classify] +### 40 Address classification. [classify] ### 42 Definition of address class policies. [local] ### 44 Definition of interfaces and addresses. [local] ### 46 Handling of default interface. [classify] -### 50 ICMP filtering. [icmp] -### 52 Local configuration. [local] -### 58 Finally accept ICMP, hook onto INPUT and FORWARD. [icmp] -### 60 Local configuration. [local] +### 50 ICMP filtering. [icmp] +### 52 Local configuration. [local] +### 58 Finally accept ICMP, hook onto INPUT and FORWARD. [icmp] +### 60 Local configuration. [local] ### 90 Finishing touches. [bookends] ### 94 Set final policies. [bookends] ### 99 File footer: do-not-edit warning. [base] @@ -90,6 +90,6 @@ m4_define(<:defconf:>, <:: ${$1=m4_ifdef(<:conf_$1:>, conf_$1, $2)}:>) ## setconf(CONF, VALUE) ## ## Set config variable VALUE. -m4_define(<:setconf:> <:m4_define(<:conf_$1:>, <:$2:>):>) +m4_define(<:setconf:>, <:m4_define(<:conf_$1:>, <:$2:>):>) ###----- That's all, folks --------------------------------------------------