Messages in this thread Patch in this message |  | | Date | Sat, 14 Dec 1996 20:13:06 +0300 | From | "A.N.Kuznetsov" <> | Subject | Re: 2.1.15 and pppd (eek) |
| |
Hello!
Beg pardon, I sent wrong "fix" yesterday.
--- ../v2.1.15/linux/net/ipv4/fib.c Fri Dec 13 17:44:47 1996 +++ linux/net/ipv4/fib.c Fri Dec 13 19:40:46 1996 @@ -566,7 +566,7 @@ if (op) return arp_req_set(&r, NULL); - fz = &local_class.fib_zone_list[logmask]; + fz = local_class.fib_zones[logmask]; for (f1 = fz_hash(f->fib_key, fz); f1; f1=f1->fib_next) { if (f->fib_key != f1->fib_key || f1->fib_flag ||
Alexey Kuznetsov.
|  |