From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] net.alt MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010528054032.348A0199E8@mail.cse.psu.edu> Date: Mon, 28 May 2001 01:40:29 -0400 Topicbox-Message-UUID: a9a19dcc-eac9-11e9-9e20-41e7f4b1d025 cs doesn't know about net.alt. dial knows about net.alt (see /sys/src/libc/9sys/dial.c). there's a cs for each network directory, so when you import your gateway's /net.alt you get its /net.alt/cs. dial knows to try /net/cs and then /net.alt/cs. russ