Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 1998 11:25:10 -0800 (PST)
From:      Brian Somers <brian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/ppp bundle.c command.c filter.c filter.h ip.c ipcp.c main.c
Message-ID:  <199804031925.LAA05508@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/04/03 11:25:10 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c command.c filter.c filter.h ip.c 
                         ipcp.c main.c 
  Log:
  o Drop packets that fail the dial filter when we're in
    phase DEAD.  They'll almost definitely have timed out
    by the time we dial anyway.
  o Log dial filters again (LogTCPIP).
  o Make DEBUG diagnostics for filter checking actually mean
    something to the common observer.
  o Do our best to keep any already-configured IP numbers at
    IPCP negotiation time.  We always first request our configured
    IP, and if the peer asks for an invalid IP, we NAK with HISADDR
  
  Cosmetic:
    o Add a linefeed to the `set timeout' arg count error message.
    o Log unacceptable address errors to LogPHASE if LogIPCP is
      switched off.
    o Fix ``destination system not found'' error message.
    o Get out immediately if we get a fatal error before entering
      the main loop.
  
  Revision  Changes    Path
  1.1.2.35  +2 -1      src/usr.sbin/ppp/Attic/bundle.c
  1.131.2.49 +2 -2      src/usr.sbin/ppp/command.c
  1.22.2.11 +76 -55    src/usr.sbin/ppp/filter.c
  1.11.2.3  +4 -1      src/usr.sbin/ppp/filter.h
  1.38.2.18 +52 -18    src/usr.sbin/ppp/ip.c
  1.50.2.30 +38 -12    src/usr.sbin/ppp/ipcp.c
  1.121.2.42 +25 -12    src/usr.sbin/ppp/main.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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