Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 1998 11:29:46 -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 bundle.h ipcp.c ipcp.h main.c
Message-ID:  <199802081929.LAA15426@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       1998/02/08 11:29:46 PST

  Modified files:        (Branch: MP)
    usr.sbin/ppp         bundle.c bundle.h ipcp.c ipcp.h main.c 
  Log:
  o Add bundle_Destroy().
  o Don't remove routes and DOWN the interface when we're
    closed in auto mode.
  o Initialize the FSMs in bundle_Create.
  o Initialize ipcp::if_mine & ipcp::if_peer only once (so
    that we don't forget that we've SIOCAIFADDR'd the interface).
  o Do a SIOCDIFADDR on the specific address to avoid hurting any
    other (still non-existent) NCPs.
  o Fix some error/diagnostic messages.
  
  Revision  Changes    Path
  1.1.2.6   +58 -35    src/usr.sbin/ppp/Attic/bundle.c
  1.1.2.7   +3 -2      src/usr.sbin/ppp/Attic/bundle.h
  1.50.2.11 +45 -43    src/usr.sbin/ppp/ipcp.c
  1.18.2.12 +2 -1      src/usr.sbin/ppp/ipcp.h
  1.121.2.15 +2 -2      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?199802081929.LAA15426>