Host changeover.
[firewall] / base.m4
diff --git a/base.m4 b/base.m4
index 5ae9d48..a0ebcf1 100644 (file)
--- 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 --------------------------------------------------