From: Pablo Neira <pablo@eurodev.net>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Cc: Harald Welte <laforge@netfilter.org>, Patrick McHardy <kaber@trash.net>
Subject: [PATCH 1/2] Modify CLUSTERIP layout
Date: Sun, 06 Mar 2005 23:41:44 +0100 [thread overview]
Message-ID: <422B8728.2030703@eurodev.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
Hi,
This modifies the ipt_clusterip_tgt_info layout in order to fix rule
deletion, it's the easier way to fix this problem. Since CLUSTERIP is
marked as experimental and after some discussing we decided to forget
about backward compatibility this time.
Signed-off-by: Pablo Neira Ayuso <pablo@eurodev.net>
--
Pablo
[-- Attachment #2: fix-layout.patch --]
[-- Type: text/x-patch, Size: 609 bytes --]
===== include/linux/netfilter_ipv4/ipt_CLUSTERIP.h 1.1 vs edited =====
--- 1.1/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h 2004-10-22 07:34:30 +02:00
+++ edited/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h 2005-03-06 15:48:09 +01:00
@@ -18,7 +18,6 @@
struct ipt_clusterip_tgt_info {
u_int32_t flags;
- struct clusterip_config *config;
/* only relevant for new ones */
u_int8_t clustermac[6];
@@ -27,6 +26,7 @@
u_int16_t local_nodes[CLUSTERIP_MAX_NODES];
enum clusterip_hashmode hash_mode;
u_int32_t hash_initval;
+ struct clusterip_config *config;
};
#endif /*_IPT_CLUSTERIP_H_target*/
reply other threads:[~2005-03-06 22:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=422B8728.2030703@eurodev.net \
--to=pablo@eurodev.net \
--cc=kaber@trash.net \
--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.