All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ROUTE target missing newline
@ 2004-08-05 23:36 Phil Oester
  2004-08-06 12:57 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Oester @ 2004-08-05 23:36 UTC (permalink / raw)
  To: netfilter-devel

The below patch fixes the ROUTE target ipv6 breakage noted in 
bugzilla #218


Phil


diff -ru pom-orig/ROUTE/linux/net/ipv6/netfilter/Config.in.ladd pom-new/ROUTE/linux/net/ipv6/netfilter/Config.in.ladd
--- pom-orig/ROUTE/linux/net/ipv6/netfilter/Config.in.ladd      2003-12-20 11:43:09.000000000 -0500
+++ pom-new/ROUTE/linux/net/ipv6/netfilter/Config.in.ladd       2004-08-05 19:31:43.855304984 -0400
@@ -1,2 +1,2 @@
     dep_tristate '    MARK target support' CONFIG_IP6_NF_TARGET_MARK $CONFIG_IP6_NF_MANGLE
-    dep_mbool '    ROUTE target support' CONFIG_IP6_NF_TARGET_ROUTE $CONFIG_IP6_NF_MANGLE
\ No newline at end of file
+    dep_mbool '    ROUTE target support' CONFIG_IP6_NF_TARGET_ROUTE $CONFIG_IP6_NF_MANGLE

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

end of thread, other threads:[~2004-08-06 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-05 23:36 [PATCH] ROUTE target missing newline Phil Oester
2004-08-06 12:57 ` 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.