From owner-cvs-all Fri Jun 12 10:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29231 for cvs-all-outgoing; Fri, 12 Jun 1998 10:45:40 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA29219; Fri, 12 Jun 1998 10:45:38 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA20946; Fri, 12 Jun 1998 10:45:13 -0700 (PDT) Date: Fri, 12 Jun 1998 10:45:13 -0700 (PDT) Message-Id: <199806121745.KAA20946@freefall.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 command.c datalink.c ipcp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/06/12 10:45:12 PDT Modified files: usr.sbin/ppp bundle.c bundle.h command.c datalink.c ipcp.c Log: o Maintain a link-type mask for open datalinks as well as for all datalinks in a bundle. Ppp now deals correctly with link types that are changed while open o When changing the type of the last AUTO link, only clear the interface if we're not in PHASE_NETWORK. This allows us to switch to -ddial mode while we have a connection without suddenly unexpectedly throttling ourselves by clearing the interface configuration. Problem area noted by: Aaron Jeremias Luz Revision Changes Path 1.15 +78 -56 src/usr.sbin/ppp/bundle.c 1.7 +6 -2 src/usr.sbin/ppp/bundle.h 1.140 +5 -5 src/usr.sbin/ppp/command.c 1.8 +2 -1 src/usr.sbin/ppp/datalink.c 1.54 +2 -2 src/usr.sbin/ppp/ipcp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message