netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bart De Schuymer <bdschuym@pandora.be>
To: "David S. Miller" <davem@redhat.com>
Cc: netdev@oss.sgi.com
Subject: Re: [PATCH] fix bridge-nf with IP defragmentation
Date: Sun, 21 Dec 2003 21:15:10 +0100	[thread overview]
Message-ID: <200312212115.10508.bdschuym@pandora.be> (raw)
In-Reply-To: <20031221120239.16356d2c.davem@redhat.com>

On Sunday 21 December 2003 21:02, David S. Miller wrote:
> Please make this relative to the previous patch which I already
> applied.

I thought you missed that patch.
The only difference is the change to ip6_output.c, which is right now
purely cosmetic since bridged ipv6 traffic isn't yet seen by ip6tables.
But it's best to do it now as it might be forgotten later...

cheers,
Bart

--- linux-2.6.0/net/ipv6/ip6_output.c.old	2003-12-21 12:52:26.000000000 +0100
+++ linux-2.6.0/net/ipv6/ip6_output.c	2003-12-21 12:52:38.000000000 +0100
@@ -877,6 +877,7 @@ static void ip6_copy_metadata(struct sk_
 	to->nfct = from->nfct;
 	nf_conntrack_get(to->nfct);
 #ifdef CONFIG_BRIDGE_NETFILTER
+	nf_bridge_put(to->nf_bridge);
 	to->nf_bridge = from->nf_bridge;
 	nf_bridge_get(to->nf_bridge);
 #endif

  reply	other threads:[~2003-12-21 20:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-21 11:58 [PATCH] fix bridge-nf with IP defragmentation Bart De Schuymer
2003-12-21 20:02 ` David S. Miller
2003-12-21 20:15   ` Bart De Schuymer [this message]
2003-12-21 20:24     ` David S. Miller

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=200312212115.10508.bdschuym@pandora.be \
    --to=bdschuym@pandora.be \
    --cc=davem@redhat.com \
    --cc=netdev@oss.sgi.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 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).