From owner-cvs-sys Tue May 20 15:55:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA02961 for cvs-sys-outgoing; Tue, 20 May 1997 15:55:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA02922; Tue, 20 May 1997 15:54:31 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA21143; Tue, 20 May 1997 15:54:04 -0700 (PDT) Date: Tue, 20 May 1997 15:54:04 -0700 (PDT) Message-Id: <199705202254.PAA21143@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/05/20 15:54:04 PDT Modified files: sys/net if_spppsubr.c Log: Major nit: i've confused link0 and link1 in my brain and/or in either the man page or the source file. Fix this. Minor problem: don't choke with ENETDOWN early. As long as our output queue has space, put the IP packets there even if IPCP ain't up yet. We will eventually be able delivering them once the PPP state machine came up. Revision Changes Path 1.20 +21 -15 src/sys/net/if_spppsubr.c