From owner-cvs-usrsbin Wed May 20 18:21:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11470 for cvs-usrsbin-outgoing; Wed, 20 May 1998 18:21:00 -0700 (PDT) (envelope-from owner-cvs-usrsbin) 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 SAA10879; Wed, 20 May 1998 18:18:18 -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 SAA17983; Wed, 20 May 1998 18:13:37 -0700 (PDT) Date: Wed, 20 May 1998 18:13:37 -0700 (PDT) Message-Id: <199805210113.SAA17983@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 ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/20 18:13:36 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h command.c ppp.8 Log: o Add `set autoload'. You can now set the minimum and maximum thresholds (in terms of queued packets for a period of time) where -auto links will be brought up and down. By default, all auto links come up when we reach NETWORK phase and never go down. o Display current autoload state in `show bundle'. o Disable the idle timer as soon as it's called. o Disable the idle and autoload timers when exiting (in case we're abending). Revision Changes Path 1.1.2.89 +252 -70 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.42 +15 -2 src/usr.sbin/ppp/Attic/bundle.h 1.131.2.88 +42 -21 src/usr.sbin/ppp/command.c 1.97.2.38 +31 -1 src/usr.sbin/ppp/ppp.8