From owner-freebsd-bugs Thu Apr 23 09:30:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03233 for freebsd-bugs-outgoing; Thu, 23 Apr 1998 09:30:14 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA03186; Thu, 23 Apr 1998 09:30:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Apr 1998 09:30:01 -0700 (PDT) Message-Id: <199804231630.JAA03186@hub.freebsd.org> To: freebsd-bugs Cc: From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Subject: Re: kern/6397: Kernel options NS + IPX will cause conflicts in kernel compile Reply-To: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/6397; it has been noted by GNATS. From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) To: pb@wave.campus.luth.se Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/6397: Kernel options NS + IPX will cause conflicts in kernel compile Date: 23 Apr 1998 18:23:09 +0200 PB writes: > Using these options in the kernel config file: > options IPX # IPX/SPX communications protocols > options NS # Xerox NS protocols > > Will cause trouble in the switch/case in 'sys/net/if_ethersubr.c' > #ifdef IPX > case ETHERTYPE_IPX: > #ifdef NS > case 0x8137: /* Novell Ethernet_II Ethernet TYPE II */ > (shortened look at the real files for full details) > > sys/netipx/ipx_if.h: > #define ETHERTYPE_IPX 0x8137 > Don't Do That, Then. First of all, Xerox NS doesn't work properly in FreeBSD anyway; second, IIRC, IPX is derived directly from Xerox NS, which is why they use the same ethertype. Cut'n'paste from /sys/i386/conf/LINT: # # Protocol families: # Only the INET (Internet) family is officially supported in FreeBSD. # Source code for the NS (Xerox Network Service) is provided for amusement # value. # -- Noone else has a .sig like this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message