lkml.org 
[lkml]   [1998]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Oops 2.1.129 pppd demand
Date
From
Hello!

> 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/

\
 
 \ /
  Last update: 2005-03-22 13:45    [W:2.035 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site