chiark / gitweb /
local.m4: Fix the IPv4 version of the `inbound-untrusted' chain.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Mar 2023 18:09:32 +0000 (18:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Mar 2023 18:09:32 +0000 (18:09 +0000)
commit8a3660c1f5d30802baec439821c42ea93eb66584
treeb91d46287d3775e5df5d160993d2258517040e50
parentd41e2f123e242866ae3cac6919cc1ce73825c605
local.m4: Fix the IPv4 version of the `inbound-untrusted' chain.

This chain was introduced in 94ce6e764e92676c1a7dea68820bcf198ea4c466,
but, for some reason, the IPv6 version was established correctly but the
IPv4 version was hooked onto its parent `inbound' chain /after/ the
properly-final `forbidden' jump.

Fix this foolish bogosity.
local.m4