netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: Netfilter Development Mailinglist
	<netfilter-devel@vger.kernel.org>,
	James Morris <jmorris@redhat.com>
Subject: Re: [PATCH 5/5] Add support for secmark
Date: Sun, 09 Dec 2007 20:19:55 +0100	[thread overview]
Message-ID: <475C3FDB.5080807@trash.net> (raw)
In-Reply-To: <475C32C7.5010708@netfilter.org>

Pablo Neira Ayuso wrote:
> Pablo Neira Ayuso wrote:
>   
>> Index: net-2.6.git/include/linux/netfilter/nf_conntrack_common.h
>> ===================================================================
>> --- net-2.6.git.orig/include/linux/netfilter/nf_conntrack_common.h	2007-12-08 19:56:12.000000000 +0100
>> +++ net-2.6.git/include/linux/netfilter/nf_conntrack_common.h	2007-12-08 20:04:37.000000000 +0100
>> @@ -133,6 +133,10 @@ enum ip_conntrack_events
>>  	/* NAT sequence adjustment */
>>  	IPCT_NATSEQADJ_BIT = 13,
>>  	IPCT_NATSEQADJ = (1 << IPCT_NATSEQADJ_BIT),
>> +
>> +	/* Secmark is set */
>> +	IPCT_SECMARK_BIT = 12,
>>     
>                            ^^^
> Also bad patch, this should be 14. New patch attached. Sorry

Patch 3 and 5 don't apply without the nat sequence patch, so I'm
holding off on these until I know what the NATSEQADJ bit is meant
for.



  reply	other threads:[~2007-12-09 19:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-09 18:13 [PATCH 5/5] Add support for secmark Pablo Neira Ayuso
2007-12-09 18:24 ` Pablo Neira Ayuso
2007-12-09 19:19   ` Patrick McHardy [this message]
2007-12-12  8:33 ` Patrick McHardy
2007-12-12  8:34   ` Patrick McHardy

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=475C3FDB.5080807@trash.net \
    --to=kaber@trash.net \
    --cc=jmorris@redhat.com \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).