All of lore.kernel.org
 help / color / mirror / Atom feed
From: KOVACS Krisztian <hidden@balabit.hu>
To: netfilter-devel@lists.netfilter.org
Cc: Harald Welte <laforge@netfilter.org>
Subject: Re: [PATCH 2/3] CLUSTERIP: introduce reference counting for entries
Date: Tue, 30 Aug 2005 17:26:07 +0200	[thread overview]
Message-ID: <200508301726.08506@nienna> (raw)
In-Reply-To: <20050830140740.GC4221@rama.de.gnumonks.org>


  Hi,

On Tuesday 30 August 2005 16.07, Harald Welte wrote:
> Thanks for your patches 2 and 3.  I want to review them in more
> detail and need to re-read the CLUSTERIP code first.  Expect some
> feedback in the next two days.

  OK, thanks. BTW, I've just found a serious bug in patch 2, I knew I
was missing something... So please apply this on top of patch 2.

Index: linux-2.6.13/net/ipv4/netfilter/ipt_CLUSTERIP.c
===================================================================
--- linux-2.6.13.orig/net/ipv4/netfilter/ipt_CLUSTERIP.c	2005-08-30 
16:59:07.702210333 +0200
+++ linux-2.6.13/net/ipv4/netfilter/ipt_CLUSTERIP.c	2005-08-30 
16:50:27.431088379 +0200
@@ -444,6 +444,7 @@
 	 * attached, simply increase the entry refcount and return */
 	if (cipinfo->config != NULL) {
 		clusterip_config_entry_get(cipinfo->config);
+                clusterip_config_get(cipinfo->config);
 		return 1;
 	}

-- 
 Regards,
  Krisztian Kovacs

  reply	other threads:[~2005-08-30 15:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-30 12:15 [PATCH 0/3] CLUSTERIP: Multiple CLUSTERIP patches KOVACS Krisztian
2005-08-30 12:15 ` [PATCH 1/3] CLUSTERIP: fix memcpy() length typo KOVACS Krisztian
2005-08-30 14:05   ` Harald Welte
2005-08-30 12:15 ` [PATCH 2/3] CLUSTERIP: introduce reference counting for entries KOVACS Krisztian
2005-08-30 14:07   ` Harald Welte
2005-08-30 15:26     ` KOVACS Krisztian [this message]
2005-09-13 12:54       ` Harald Welte
2005-09-13 15:16         ` KOVACS Krisztian
2005-09-23 14:00           ` Harald Welte
2005-08-30 12:15 ` [PATCH 3/3] CLUSTERIP: use a bitmap to store node responsibility data KOVACS Krisztian
2005-08-30 13:29   ` Pablo Neira
2005-08-30 13:34     ` KOVACS Krisztian
2005-08-30 15:18       ` Pablo Neira

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=200508301726.08506@nienna \
    --to=hidden@balabit.hu \
    --cc=laforge@netfilter.org \
    --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.