[netfilter-cvslog] r7025 - in trunk/iptables: extensions include/linux/netfilter_ipv4

kaber at trash.net kaber at trash.net
Wed Sep 5 15:52:15 CEST 2007


Author: kaber at trash.net
Date: 2007-09-05 15:52:15 +0200 (Wed, 05 Sep 2007)
New Revision: 7025

Removed:
   trunk/iptables/extensions/.CLUSTERIP-test
Modified:
   trunk/iptables/extensions/Makefile
   trunk/iptables/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
Log:
Resync header file and build CLUSTERIP target unconditionally


Deleted: trunk/iptables/extensions/.CLUSTERIP-test
===================================================================
--- trunk/iptables/extensions/.CLUSTERIP-test	2007-09-05 13:50:33 UTC (rev 7024)
+++ trunk/iptables/extensions/.CLUSTERIP-test	2007-09-05 13:52:15 UTC (rev 7025)
@@ -1,2 +0,0 @@
-#! /bin/sh
-[ -f $KERNEL_DIR/net/ipv4/netfilter/ipt_CLUSTERIP.c ] && echo CLUSTERIP

Modified: trunk/iptables/extensions/Makefile
===================================================================
--- trunk/iptables/extensions/Makefile	2007-09-05 13:50:33 UTC (rev 7024)
+++ trunk/iptables/extensions/Makefile	2007-09-05 13:52:15 UTC (rev 7025)
@@ -5,7 +5,7 @@
 # header files are present in the include/linux directory of this iptables
 # package (HW)
 #
-PF_EXT_SLIB:=ah addrtype conntrack ecn icmp iprange owner policy realm recent tos ttl unclean DNAT ECN LOG MASQUERADE MIRROR NETMAP REDIRECT REJECT SAME SNAT TOS TTL ULOG
+PF_EXT_SLIB:=ah addrtype conntrack ecn icmp iprange owner policy realm recent tos ttl unclean CLUSTERIP DNAT ECN LOG MASQUERADE MIRROR NETMAP REDIRECT REJECT SAME SNAT TOS TTL ULOG
 PF6_EXT_SLIB:=eui64 hl icmp6 owner policy HL LOG
 PFX_EXT_SLIB:=connbytes connmark connlimit comment dccp dscp esp hashlimit helper length limit mac mark multiport physdev pkttype quota sctp state statistic standard string tcp tcpmss udp CLASSIFY CONNMARK DSCP MARK NFLOG NFQUEUE NOTRACK TCPMSS TRACE
 

Modified: trunk/iptables/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
===================================================================
--- trunk/iptables/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h	2007-09-05 13:50:33 UTC (rev 7024)
+++ trunk/iptables/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h	2007-09-05 13:52:15 UTC (rev 7025)
@@ -18,15 +18,15 @@
 struct ipt_clusterip_tgt_info {
 
 	u_int32_t flags;
-	
+
 	/* only relevant for new ones */
 	u_int8_t clustermac[6];
 	u_int16_t num_total_nodes;
 	u_int16_t num_local_nodes;
 	u_int16_t local_nodes[CLUSTERIP_MAX_NODES];
-	enum clusterip_hashmode hash_mode;
+	u_int32_t hash_mode;
 	u_int32_t hash_initval;
-	
+
 	struct clusterip_config *config;
 };
 




More information about the netfilter-cvslog mailing list