Re: [PATCH] IPV6: fix checking for reserved subnet anycast
From: David S. Miller <hidden> Date: 2004-02-02 18:36:49
On Tue, 03 Feb 2004 02:07:41 +0900 (JST)
YOSHIFUJI Hideaki / $B5HF#1QL@(B [off-list ref] wrote:
Reserved subnet anycast is as follows:
11111101 11....11 1xxxxxxx
The code checking for reserved subnet anycast in
__ipv6_regen_rndid() was incorrect.
D: fix checking for reserved subnet anycast in __ipv6_regen_rndid().