Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!sdcsvax!ucbvax!UCBVAX.BERKELEY.EDU!karels%okeeffe From: karels%okeeffe@UCBVAX.BERKELEY.EDU (Mike Karels) Newsgroups: comp.protocols.tcp-ip Subject: Re: SUN 3.4 problems Message-ID: <8708300031.AA04819@okeeffe.Berkeley.EDU> Date: Sat, 29-Aug-87 20:31:15 EDT Article-I.D.: okeeffe.8708300031.AA04819 Posted: Sat Aug 29 20:31:15 1987 Date-Received: Sun, 30-Aug-87 10:12:30 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 11 Jerry, sorry to say this, but your fix for ICMP MASK request handling for 4.3 was incomplete; it was recently pointed out to me that wrong mask was being returned. Make that icp->icmp_mask = htonl(ia->ia_subnetmask); The error was originally mine, of course. (Watch out for those woodpeckers; that makes three errors in two lines of code! I guess that demonstrates that 4.3 doesn't use mask requests when booting). Mike