Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 1998 09:30:01 -0700 (PDT)
From:      dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        freebsd-bugs
Subject:   Re: kern/6397: Kernel options NS + IPX will cause conflicts in kernel compile
Message-ID:  <199804231630.JAA03186@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <pb@wave.campus.luth.se> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804231630.JAA03186>