From: Jeremy Sowden <jeremy@azazel.net>
To: Philip Prindeville <philipp_subx@redfish-solutions.com>
Cc: Jan Engelhardt <jengelh@inai.de>, netfilter-devel@vger.kernel.org
Subject: Re: [PATCH v2 1/1] xt_ECHO, xt_TARPIT: make properly conditional on IPv6
Date: Mon, 31 Jan 2022 10:24:49 +0000 [thread overview]
Message-ID: <Yfe48T7Nxpzp20wL@azazel.net> (raw)
In-Reply-To: <05A51779-4B94-49BA-B1B8-6CA5BE695D80@redfish-solutions.com>
[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]
On 2022-01-30, at 21:53:26 -0700, Philip Prindeville wrote:
> On Sep 28, 2021, at 3:43 AM, Jan Engelhardt <jengelh@inai.de> wrote:
> > On Sunday 2021-09-26 21:57, Philip Prindeville wrote:
> >> From: Philip Prindeville <philipp@redfish-solutions.com>
> >>
> >> Not all modules compile equally well when CONFIG_IPv6 is disabled.
> >>
> >> {
> >> .name = "ECHO",
> >> .revision = 0,
> >> - .family = NFPROTO_IPV6,
> >> + .family = NFPROTO_IPV4,
> >> .proto = IPPROTO_UDP,
> >> .table = "filter",
> >> - .target = echo_tg6,
> >> + .target = echo_tg4,
> >> .me = THIS_MODULE,
> >> },
> >> +#ifdef WITH_IPV6
> >
> > I put the original order back, makes the diff smaller.
> > So added.
>
> Did this get merged?
It did. It's currently at the tip of master.
> Last commit I saw was:
>
> commit c90ecf4320289e2567f2b6dee0c6c21d9d51b145
> Author: Jeff Carlson <jeff@ultimateevil.org>
> Date: Sun Aug 15 18:59:25 2021 -0700
>
> pknock: added UDP options to help and made whitespace consistent
J.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2022-01-31 10:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-26 19:57 [PATCH v2 1/1] xt_ECHO, xt_TARPIT: make properly conditional on IPv6 Philip Prindeville
2021-09-28 9:43 ` Jan Engelhardt
2022-01-31 4:53 ` Philip Prindeville
2022-01-31 10:24 ` Jeremy Sowden [this message]
2022-01-31 18:27 ` Philip Prindeville
2022-01-31 18:31 ` Jeremy Sowden
2022-01-31 18:35 ` Philip Prindeville
2022-02-01 17:32 ` Jan Engelhardt
2022-02-01 18:22 ` Philip Prindeville
2022-04-12 18:18 ` Philip Prindeville
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yfe48T7Nxpzp20wL@azazel.net \
--to=jeremy@azazel.net \
--cc=jengelh@inai.de \
--cc=netfilter-devel@vger.kernel.org \
--cc=philipp_subx@redfish-solutions.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.