* [PATCH 1/2] Modify CLUSTERIP layout
@ 2005-03-06 22:41 Pablo Neira
0 siblings, 0 replies; only message in thread
From: Pablo Neira @ 2005-03-06 22:41 UTC (permalink / raw)
To: Netfilter Development Mailinglist; +Cc: Harald Welte, Patrick McHardy
[-- 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*/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-06 22:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-06 22:41 [PATCH 1/2] Modify CLUSTERIP layout Pablo Neira
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.