From owner-cvs-all Tue Apr 14 16:49:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19598 for cvs-all-outgoing; Tue, 14 Apr 1998 16:49:38 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA19352; Tue, 14 Apr 1998 23:48:58 GMT (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.7) with ESMTP id AAA23298; Wed, 15 Apr 1998 00:47:10 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199804142347.AAA23298@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Somers cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/ppp bundle.c In-reply-to: Your message of "Tue, 14 Apr 1998 16:17:25 PDT." <199804142317.QAA14592@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Apr 1998 00:47:09 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > brian 1998/04/14 16:17:25 PDT > > Modified files: (Branch: MP) > usr.sbin/ppp bundle.c > Log: > Pass all command arguments around with struct cmdargs rather > than incrementing argv and decrementing argc. Now individual > functions can determine their caller. This also removes the > "prefix" hack in FindExec(). Oops - wrong message :-( I *meant*: Don't enter TERMINATE phase when IPCP says it's coming down (TLD). Wait 'till it's down (TLF), then enter TERMINATE. This deals with the fact that my wonderful ISP (Demon) has started sending IPCP config requests *after* we've both ACKd and entered the (IPCP) opened state. This is ok according to the rfc (IPCP does a TLD, deals with the REQ, sends a new REQ and hopefully does a TLU pretty soon), but smells of a problem on their end as the REQ has no data :-/ > Revision Changes Path > 1.1.2.46 +2 -2 src/usr.sbin/ppp/Attic/bundle.c -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message