From owner-cvs-all Tue Dec 19 11: 8:15 2000 From owner-cvs-all@FreeBSD.ORG Tue Dec 19 11:08:12 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A127C37B400; Tue, 19 Dec 2000 11:08:12 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBJJ8Ct51407; Tue, 19 Dec 2000 11:08:12 -0800 (PST) (envelope-from jhay) Message-Id: <200012191908.eBJJ8Ct51407@freefall.freebsd.org> From: John Hay Date: Tue, 19 Dec 2000 11:08:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhay 2000/12/19 11:08:12 PST Modified files: sys/net if_spppsubr.c Log: Various fixes to make leased line operation more robust. On lcp_up, start to negotiate from scratch. Make leased lines survive being put into loopback mode. Bits and pieces and ideas taken from PRs 11238 and 21771. Make it a module so that it can be kldloaded. Whitespace cleanup. (Can be ignored with "cvs diff -b".) PR: 11238 and 21771 (bits and pieces) Revision Changes Path 1.63 +101 -50 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message