All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6 3/9]: Make eui64 match usuable in FORWARD chain
@ 2004-11-15 21:44 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2004-11-15 21:44 UTC (permalink / raw)
  To: David S. Miller; +Cc: Netfilter Development Mailinglist

[-- Attachment #1: Type: text/plain, Size: 41 bytes --]

eui64 match can used in FORWARD chain.



[-- Attachment #2: 03.diff --]
[-- Type: text/x-patch, Size: 1075 bytes --]

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
#   2004/11/04 03:16:30+01:00 yasuyuki.kozakai@toshiba.co.jp 
#   [NETFILTER]: Make eui64 match usuable in FORWARD chain
#   
#   Signed-off-by: Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>
#   Signed-off-by: Patrick McHardy <kaber@trash.net>
# 
# net/ipv6/netfilter/ip6t_eui64.c
#   2004/11/04 03:16:23+01:00 yasuyuki.kozakai@toshiba.co.jp +1 -1
#   [NETFILTER]: Make eui64 match usuable in FORWARD chain
#   
#   Signed-off-by: Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>
#   Signed-off-by: Patrick McHardy <kaber@trash.net>
# 
diff -Nru a/net/ipv6/netfilter/ip6t_eui64.c b/net/ipv6/netfilter/ip6t_eui64.c
--- a/net/ipv6/netfilter/ip6t_eui64.c	2004-11-15 22:06:28 +01:00
+++ b/net/ipv6/netfilter/ip6t_eui64.c	2004-11-15 22:06:28 +01:00
@@ -69,7 +69,7 @@
 {
 	if (hook_mask
 	    & ~((1 << NF_IP6_PRE_ROUTING) | (1 << NF_IP6_LOCAL_IN) |
-		(1 << NF_IP6_PRE_ROUTING) )) {
+		(1 << NF_IP6_FORWARD))) {
 		printk("ip6t_eui64: only valid for PRE_ROUTING, LOCAL_IN or FORWARD.\n");
 		return 0;
 	}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-15 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-15 21:44 [PATCH 2.6 3/9]: Make eui64 match usuable in FORWARD chain 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.