From: Pablo Neira <pablo@eurodev.net>
To: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Cc: Harald Welte <laforge@netfilter.org>
Subject: [PATCH] resync ipt_cluster structure
Date: Thu, 05 May 2005 18:20:31 +0200 [thread overview]
Message-ID: <427A47CF.8080904@eurodev.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
Hi Harald,
Currently ipt_clusterip_tgt_info structure is out of sync with regards
to iptables snapshot in SVN. This happened because the patch to fix
deletion was applied to iptables but not the kernel part, so it got lost
somehow.
The patch attached fixes it, please apply.
Signed-off-by: Pablo Neira Ayuso <pablo@eurodev.net>
--
Pablo
[-- Attachment #2: x --]
[-- Type: text/plain, Size: 724 bytes --]
Index: include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
===================================================================
--- 6d7098bc350768f59a41090ca248ae430cd95b25/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h (mode:100644 sha1:baa83e757156c66d9e34015f554512eadb84f1f1)
+++ uncommitted/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h (mode:100644)
@@ -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,8 @@
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*/
next reply other threads:[~2005-05-05 16:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-05 16:20 Pablo Neira [this message]
2005-05-05 20:12 ` [PATCH] resync ipt_cluster structure Harald Welte
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=427A47CF.8080904@eurodev.net \
--to=pablo@eurodev.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.