Poo. You guys are no fun. I _just_ got my home network up on IPv6, and the latest 'bk pull' breaks it (IOW, a change in the latest 24 hours). Right after I post http://yyz.us/ipv6-fc2-howto.html too
Yoshifuji-san, it is rt6i_dev changes. The problem is that ipv6_get_hoplimit() gets called with NULL dev. I believe it is an error in the logic for RTCF_REJECT processing. If user does not specify a
You want if (dev) { here. Yes this would work. But I think Yoshifuji-san is trying to avoid the unnecessary put/get in the case where dev is already loopback_dev. So something like this might work: i