All of lore.kernel.org
 help / color / mirror / Atom feed
* Trivial connlimit and IPMARK patch for 2.6.16
@ 2006-04-03 22:09 Grzegorz Janoszka
  2006-04-05 15:26 ` Harald Welte
  0 siblings, 1 reply; 14+ messages in thread
From: Grzegorz Janoszka @ 2006-04-03 22:09 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 469 bytes --]


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

[-- Attachment #2: Type: TEXT/PLAIN, Size: 1245 bytes --]

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2006-04-06 14:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03 22:09 Trivial connlimit and IPMARK patch for 2.6.16 Grzegorz Janoszka
2006-04-05 15:26 ` Harald Welte
     [not found]   ` <Pine.GSO.4.63.0604052144350.1472@galaxy.agh.edu.pl>
2006-04-06  7:35     ` The future of patch-o-matic-ng Harald Welte
2006-04-06  8:22       ` Patrick McHardy
2006-04-06 10:34         ` Krzysztof Oledzki
2006-04-06 10:40           ` Patrick McHardy
2006-04-06 11:42             ` Krzysztof Oledzki
2006-04-06 10:53           ` Harald Welte
2006-04-06 13:14             ` Carl-Daniel Hailfinger
2006-04-06 13:19               ` Patrick Schaaf
2006-04-06 13:42                 ` Carl-Daniel Hailfinger
2006-04-06 14:30                   ` Patrick McHardy
2006-04-06 14:23               ` Patrick McHardy
     [not found]       ` <Pine.GSO.4.63.0604061447420.22707@galaxy.agh.edu.pl>
2006-04-06 14:31         ` Patrick McHardy

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.