From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@xxxxxxxxxxxxxx> Date: Sun, 03 Nov 2002 11:54:27 +0900 (JST) This patch cleans up functions in ipv6 stack: - export route6_me_harder() as ip6_route_harder() an
This patch cleans up functions in ipv6 stack: - export route6_me_harder() as ip6_route_harder() and use it from net/ipv6/netfilter/ip6_queue.c. - make ip6_addr_prefix() to generate prefix of given a
Opsz! At the extension parser code we got that decision that we should use our own parser in the Netfilter code! (And we should not to trust in the kernel.) This patch removes one function from the
And why is that a problem? If there is a problem in main kernel code, it should fixed. If the netfilter version is better, the main kernel code should be changed. Are there specific reasons to keep t
(And we should not to trust in the kernel.) If you can't trust the exthdr parser in the kernel, you probably can't trust the kernel to even give you the packets correctly in the first place. So you b
/* * Taken from net/ipv6/ip6_output.c * We should use the one there, but is defined static * so we put this just here and let the things as * they are now. * * If that one is modified, this one shoul
Ok, ok! I have not got problems with this any more! :) It is even worse that the route6_me_harder() depends on the CONFIG_NETFILTER option, so this function comes from the Netfilter. In this case it
From: YOSHIFUJI Hideaki / <yoshfuji@xxxxxxxxxxxxxx> Date: Sun, 03 Nov 2002 11:54:27 +0900 (JST) This patch cleans up functions in ipv6 stack: - export route6_me_harder() as ip6_route_harder() and use
Hello. ok. :-) yes. Do I need to send a patch for linux-2.4.xx, too? Here's the patch for linux-2.5.62. Thanks. Index: include/net/ip6_route.h == RCS file: /cvsroot/usagi/usagi-backport/linux25/inclu
yes. Do I need to send a patch for linux-2.4.xx, too? Not necessary, I know what is different in the networking between these two trees. Here's the patch for linux-2.5.62. Applied, thanks.
Here's the patch for linux-2.5.62. Hideaki-san, do you try to compile the patches you send to me? :-) -static void ipv6_wash_prefix(struct in6_addr *pfx, int plen) +static void ipv6_addr_prefix(struc