Thread (3 messages) 3 messages, 2 authors, 2005-10-17

Re: [NF+IPsec 3/6]: IPsec output hooks

From: Patrick McHardy <hidden>
Date: 2005-10-17 00:42:30
Also in: netfilter-devel

YOSHIFUJI Hideaki / $B5HF#1QL@ wrote:
In article [ref] (at Mon, 17 Oct 2005 02:22:24 +0200), Patrick McHardy [off-list ref] says:

quoted
diff --git a/net/ipv6/ip6_input.c b/net/ipv6/ip6_input.c
--- a/net/ipv6/ip6_input.c
+++ b/net/ipv6/ip6_input.c
@@ -250,9 +250,9 @@ int ip6_mc_input(struct sk_buff *skb)
			
			if (deliver) {
				skb2 = skb_clone(skb, GFP_ATOMIC);
-				dst_output(skb2);
+				ip_dst_output(skb2);
			} else {
-				dst_output(skb);
+				ip_dst_output(skb);
				return 0;
			}
		}

ip6_dst_output()?
Thanks, fixed in my local tree.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help