Date: Tue, 11 Apr 2000 07:00:04 -0700 (PDT) From: Sheldon Hearn <sheldonh@uunet.co.za> To: freebsd-bugs@FreeBSD.org Subject: Re: conf/17904: rc.network IPX configuration missing 'ipx' parm for ifconfig Message-ID: <200004111400.HAA76166@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/17904; it has been noted by GNATS. From: Sheldon Hearn <sheldonh@uunet.co.za> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004111400.HAA76166>