From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] PPP fix From: "Russ Cox" Date: Thu, 10 May 2007 10:40:47 -0400 In-Reply-To: <20070510143302.GA84426@butterfly.falsifian.afraid.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070510144049.A0F171E8C26@holo.morphisms.net> Topicbox-Message-UUID: 62bf7a74-ead2-11e9-9d60-3106f5b1d025 > Plan 9's ip/ppp doesn't work with my PPPoE ISP (Sympatico). Do you still use Plan 9 & PPP with this ISP? I worked through this with someone else a while back and I think a better fix is static void dropoption(Pstate *p, Lcpopt *o) { unsigned n = o->type; switch(n){ >> case Oipaddr: >> break; case Oipdns: p->optmask &= ~Fipdns; break; but he had other problems too so we never really got to try this. Russ