> Code:  c4872186 <ipv6_dev_mc_inc+72/11c>       00000000 <_EIP>:
I received your previous report. I apologize, I forgot to answer.
It will be fixed soon.
To make it working now replace in ipv6/addrconf.c:
	case NETDEV_CHANGEMTU:
		if (dev->mtu >= IPV6_MIN_MTU) {
			struct inet6_dev *idev;
-			if ((idev = ipv6_find_idev(dev)) == NULL)
+			if ((idev = ipv6_get_idev(dev)) == NULL)
				break;
			idev->cnf.mtu6 = dev->mtu;
Did I guess correctly?
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/