Re: [PATCH v2 1/1] xt_ECHO, xt_TARPIT: make properly conditional on IPv6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2022-01-31, at 11:27:25 -0700, Philip Prindeville wrote:
> On Jan 31, 2022, at 3:24 AM, Jeremy Sowden <jeremy@xxxxxxxxxx> wrote:
> > On 2022-01-30, at 21:53:26 -0700, Philip Prindeville wrote:
> > > On Sep 28, 2021, at 3:43 AM, Jan Engelhardt <jengelh@xxxxxxx> wrote:
> > > > On Sunday 2021-09-26 21:57, Philip Prindeville wrote:
> > > > > From: Philip Prindeville <philipp@xxxxxxxxxxxxxxxxxxxxx>
> > > > >
> > > > > 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.
>
> Did we change repo sites?  I'm not seeing it here:
>
> https://sourceforge.net/p/xtables-addons/xtables-addons/ci/e3ae438e2e23f0849c756604a4518315e097ad62/log/?path=/extensions/xt_ECHO.c

Yes:

  https://inai.de/projects/xtables-addons/

J.

Attachment: signature.asc
Description: PGP signature


[Index of Archives]     [Netfitler Users]     [Berkeley Packet Filter]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux