Trivial connlimit and IPMARK patch for 2.6.16
Grzegorz Janoszka
Grzegorz at Janoszka.pl
Tue Apr 4 00:09:52 CEST 2006
Hello,
Due to move of some targets from iptables to xtables, some
patches turned to "not applyable", becouse their Makefile.ladd files
tried to add iptables entries just after a target, that had been moved
from iptables to xtables.
Attached patch solves this problem, it only modifies Makefile.ladd files
of connlimit and IPMARK. The patch is to patch-o-matic-ng-20060401 but it
should apply clearly on any latest pom-ng.
Please apply it.
--
Grzegorz Janoszka
-------------- next part --------------
diff -urN patch-o-matic-ng-20060401-old/patchlets/connlimit/linux-2.6.11/net/ipv4/netfilter/Makefile.ladd patch-o-matic-ng-20060401/patchlets/connlimit/linux-2.6.11/net/ipv4/netfilter/Makefile.ladd
--- patch-o-matic-ng-20060401-old/patchlets/connlimit/linux-2.6.11/net/ipv4/netfilter/Makefile.ladd 2004-05-06 14:52:37.000000000 +0200
+++ patch-o-matic-ng-20060401/patchlets/connlimit/linux-2.6.11/net/ipv4/netfilter/Makefile.ladd 2006-04-03 23:14:20.000000000 +0200
@@ -1,2 +1,2 @@
-obj-$(CONFIG_IP_NF_MATCH_STATE) += ipt_state.o
+obj-$(CONFIG_IP_NF_MATCH_TOS) += ipt_tos.o
obj-$(CONFIG_IP_NF_MATCH_CONNLIMIT) += ipt_connlimit.o
diff -urN patch-o-matic-ng-20060401-old/patchlets/IPMARK/linux-2.6/net/ipv4/netfilter/Makefile.ladd patch-o-matic-ng-20060401/patchlets/IPMARK/linux-2.6/net/ipv4/netfilter/Makefile.ladd
--- patch-o-matic-ng-20060401-old/patchlets/IPMARK/linux-2.6/net/ipv4/netfilter/Makefile.ladd 2004-05-06 14:23:54.000000000 +0200
+++ patch-o-matic-ng-20060401/patchlets/IPMARK/linux-2.6/net/ipv4/netfilter/Makefile.ladd 2006-04-03 23:11:57.000000000 +0200
@@ -1,2 +1,2 @@
-obj-$(CONFIG_IP_NF_TARGET_MARK) += ipt_MARK.o
+obj-$(CONFIG_IP_NF_TARGET_TTL) += ipt_TTL.o
obj-$(CONFIG_IP_NF_TARGET_IPMARK) += ipt_IPMARK.o
More information about the netfilter-devel
mailing list