Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 1997 15:54:04 -0700 (PDT)
From:      Joerg Wunsch <joerg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/net if_spppsubr.c
Message-ID:  <199705202254.PAA21143@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705202254.PAA21143>