[netfilter-cvslog] r4032 - in trunk/patch-o-matic-ng/patchlets/HOPLIMIT: linux/net/ipv6/netfilter linux-2.6/net/ipv6/netfilter

laforge at netfilter.org laforge at netfilter.org
Mon Jun 27 15:30:13 CEST 2005


Author: laforge at netfilter.org
Date: 2005-06-27 15:30:12 +0200 (Mon, 27 Jun 2005)
New Revision: 4032

Removed:
   trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/Config.in.ladd
   trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux/net/ipv6/netfilter/Kconfig.ladd
Modified:
   trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/ip6t_HL.c
Log:
update to 2.6.x api changes


Deleted: trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux/net/ipv6/netfilter/Kconfig.ladd
===================================================================
--- trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux/net/ipv6/netfilter/Kconfig.ladd	2005-06-27 13:28:40 UTC (rev 4031)
+++ trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux/net/ipv6/netfilter/Kconfig.ladd	2005-06-27 13:30:12 UTC (rev 4032)
@@ -1,9 +0,0 @@
-config IP6_NF_TARGET_HL
-	tristate  'HL target support'
-	depends on IP6_NF_MANGLE
-	help
-	  This option adds a `HL' target, which allows you to modify the value of
-	  IPv6 Hop Limit field.
-	
-	  If you want to compile it as a module, say M here and read
-	  <file:Documentation/modules.txt>.  If unsure, say `N'.

Deleted: trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/Config.in.ladd
===================================================================
--- trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/Config.in.ladd	2005-06-27 13:28:40 UTC (rev 4031)
+++ trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/Config.in.ladd	2005-06-27 13:30:12 UTC (rev 4032)
@@ -1,4 +0,0 @@
-  dep_tristate '  Packet filtering' CONFIG_IP6_NF_FILTER $CONFIG_IP6_NF_IPTABLES 
-  if [ "$CONFIG_IP6_NF_FILTER" != "n" ]; then
-    dep_tristate '    HL target support' CONFIG_IP6_NF_TARGET_HL $CONFIG_IP6_NF_FILTER
-  fi

Modified: trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/ip6t_HL.c
===================================================================
--- trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/ip6t_HL.c	2005-06-27 13:28:40 UTC (rev 4031)
+++ trunk/patch-o-matic-ng/patchlets/HOPLIMIT/linux-2.6/net/ipv6/netfilter/ip6t_HL.c	2005-06-27 13:30:12 UTC (rev 4032)
@@ -17,9 +17,11 @@
 MODULE_DESCRIPTION("IP tables Hop Limit modification module");
 MODULE_LICENSE("GPL");
 
-static unsigned int ip6t_hl_target(struct sk_buff **pskb, unsigned int hooknum,
-		const struct net_device *in, const struct net_device *out,
-		const void *targinfo, void *userinfo)
+static unsigned int ip6t_hl_target(struct sk_buff **pskb, 
+				   const struct net_device *in,
+				   const struct net_device *out,
+				   unsigned int hooknum,
+				   const void *targinfo, void *userinfo)
 {
 	struct ipv6hdr *ip6h = (*pskb)->nh.ipv6h;
 	const struct ip6t_HL_info *info = targinfo;




More information about the netfilter-cvslog mailing list