All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Sven Anders <anders@anduras.de>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH] [POM] ipp2p/ipv4options patches
Date: Fri, 07 Jul 2006 05:56:24 +0200	[thread overview]
Message-ID: <44ADDB68.2010502@trash.net> (raw)
In-Reply-To: <44ACD6E2.5010101@anduras.de>

Sven Anders wrote:
> Hello!
> 
> Here are some patches for the latest Patch-O-Matic, which I needed for using
> them with the latest stable kernel.
> 
> These are only corrections for the new function parameters and the missing
> matchsize.

Thanks. The ipp2p match is not part of official pomng anymore, but
I've applied the ipv4options patch with one small change.
Krzysztof Olędzki just sent me the new URL for the ipp2p match,
I'll add it now.

>  static struct ipt_match ipv4options_match = { 
>  	.name = "ipv4options",
> -	.match = match,
> -	.checkentry = checkentry,
> +	.match = &match,
> +	.matchsize = sizeof(struct ipt_ipv4options_info),
> +	.checkentry = &checkentry,
>  	.me = THIS_MODULE
>  };
>  

I removed the & for the function pointers, they're not needed.

      parent reply	other threads:[~2006-07-07  3:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-06  9:24 [PATCH] [POM] ipp2p/ipv4options patches Sven Anders
2006-07-06 10:17 ` Krzysztof Oledzki
2006-07-07  3:56 ` Patrick McHardy [this message]

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=44ADDB68.2010502@trash.net \
    --to=kaber@trash.net \
    --cc=anders@anduras.de \
    --cc=netfilter-devel@lists.netfilter.org \
    /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.