From owner-freebsd-bugs Thu Apr 23 09:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27224 for freebsd-bugs-outgoing; Thu, 23 Apr 1998 09:10:04 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA27211; Thu, 23 Apr 1998 09:10:02 -0700 (PDT) (envelope-from gnats) Received: from wave.campus.luth.se (pb@wave.campus.luth.se [130.240.193.79]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24534 for ; Thu, 23 Apr 1998 09:01:49 -0700 (PDT) (envelope-from pb@wave.campus.luth.se) Received: (from pb@localhost) by wave.campus.luth.se (8.8.4/8.8.4) id RAA02881; Thu, 23 Apr 1998 17:58:43 GMT Message-Id: <199804231758.RAA02881@wave.campus.luth.se> Date: Thu, 23 Apr 1998 17:58:43 GMT From: PB Reply-To: pb@wave.campus.luth.se To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/6397: Kernel options NS + IPX will cause conflicts in kernel compile Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6397 >Category: kern >Synopsis: Kernel options NS + IPX will cause conflicts in kernel compile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 23 09:10:00 PDT 1998 >Last-Modified: >Originator: PB >Organization: >Release: FreeBSD 2.2-BETA_A i386 + 2.2.6-RELEASE >Environment: >Description: 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 >How-To-Repeat: Put above options in kernel config and compile. >Fix: Don't put them there, or create som kind of "shared" protocoll stuff, haven't tried that option however :-) >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message