X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/401b8357d090cef33a394d08ab7794a0d2a73700..a4d8cae3892c13a32f941ef96b24eaa6930500cb:/functions.m4 diff --git a/functions.m4 b/functions.m4 index 05decbf..555072e 100644 --- a/functions.m4 +++ b/functions.m4 @@ -62,7 +62,7 @@ m4_divert(38)m4_dnl ###-------------------------------------------------------------------------- ### Utility chains (used by function definitions). -m4_divert(22)m4_dnl +m4_divert(20)m4_dnl ###-------------------------------------------------------------------------- ### Basic chain constructions. @@ -122,7 +122,7 @@ errorchain () { run ip46tables -t $table -A $chain -j DROP } -m4_divert(24)m4_dnl +m4_divert(20)m4_dnl ###-------------------------------------------------------------------------- ### Basic option setting. @@ -178,7 +178,7 @@ setdevopt () { done } -m4_divert(26)m4_dnl +m4_divert(20)m4_dnl ###-------------------------------------------------------------------------- ### Packet filter construction. @@ -219,7 +219,7 @@ run ip6tables -A accept-non-init-frag -j RETURN \ -m frag --fragfirst run ip6tables -A accept-non-init-frag -j ACCEPT -m4_divert(26)m4_dnl +m4_divert(20)m4_dnl ## allowservices CHAIN PROTO SERVICE ... ## ## Add rules to allow the SERVICES on the CHAIN. @@ -306,7 +306,7 @@ openports () { run ip46tables -A $chain -p udp -g interesting --destination-port $1:$2 } -m4_divert(28)m4_dnl +m4_divert(20)m4_dnl ###-------------------------------------------------------------------------- ### Packet classification.