From owner-cvs-usrsbin Tue Dec 3 13:39:17 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA13932 for cvs-usrsbin-outgoing; Tue, 3 Dec 1996 13:39:17 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA13897; Tue, 3 Dec 1996 13:38:59 -0800 (PST) Date: Tue, 3 Dec 1996 13:38:59 -0800 (PST) From: Nate Williams Message-Id: <199612032138.NAA13897@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp command.c defs.h ip.c main.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/12/03 13:38:58 Modified: usr.sbin/ppp command.c defs.h ip.c main.c ppp.8 Log: Added my 'ddial' patches to user-PPP. The new mode tries it's darndest to keep the link up, so it re-dials whenever it detects the link go down. This is useful for 'dedicated' links who use PPP. It's been used for over a year w/out problems at different sites. Revision Changes Path 1.25 +4 -2 src/usr.sbin/ppp/command.c 1.5 +2 -1 src/usr.sbin/ppp/defs.h 1.10 +3 -3 src/usr.sbin/ppp/ip.c 1.23 +17 -6 src/usr.sbin/ppp/main.c 1.20 +13 -2 src/usr.sbin/ppp/ppp.8