From owner-freebsd-bugs Tue Apr 11 7: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AE8E37BA36 for ; Tue, 11 Apr 2000 07:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76166; Tue, 11 Apr 2000 07:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Apr 2000 07:00:04 -0700 (PDT) Message-Id: <200004111400.HAA76166@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/17904: rc.network IPX configuration missing 'ipx' parm for ifconfig Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/17904; it has been noted by GNATS. From: Sheldon Hearn To: jeg@hawk.circa.ufl.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/17904: rc.network IPX configuration missing 'ipx' parm for ifconfig Date: Tue, 11 Apr 2000 15:51:01 +0200 On Mon, 10 Apr 2000 07:30:24 MST, jeg@hawk.circa.ufl.edu wrote: > ifconfig_fxp0_ipx="0x00010010" ^^^ You left out the address family (pointed out to me by someone else). The ifconfig variables in rc.conf always include the address family, so you'd want something like... ifconfig_fxp0_ipx="ipx 0x0010010" That said, I don't see much help for ipx stuff in the rc.conf(5) manual page, nor in defaults/rc.conf . :-( Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message