From owner-freebsd-hackers Mon Apr 8 09:52:26 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA09178 for hackers-outgoing; Mon, 8 Apr 1996 09:52:26 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA09170 for ; Mon, 8 Apr 1996 09:52:20 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14902(14)>; Mon, 8 Apr 1996 09:51:37 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Mon, 8 Apr 1996 09:51:28 -0700 To: Jim Fleming cc: hackers@freebsd.org Subject: Re: Check IP Version In-reply-to: Your message of "Sat, 06 Apr 96 22:28:56 PST." <01BB2419.36344C40@webster.unety.net> Date: Mon, 8 Apr 1996 09:51:22 PDT From: Bill Fenner Message-Id: <96Apr8.095128pdt.177476@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <01BB2419.36344C40@webster.unety.net> you write: >It is not desirable for new versions of IP to "break" existing code. I have not >provide this but in studying the SLIP code I see that there is never really >a check done to see of the IP header is of version 4. If you are running SLIP, then it is carrying IPv4. Run PPP if you want to do different protocols on one link. Note that the IPv6 people decided that there were too many broken implementations that don't check the IP version number, so they decided to get a new ethertype to carry IPv6 frames. Bill