From owner-cvs-usrsbin Thu Jan 8 15:50:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19646 for cvs-usrsbin-outgoing; Thu, 8 Jan 1998 15:50:20 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA19457; Thu, 8 Jan 1998 15:48:13 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA03206; Thu, 8 Jan 1998 15:47:59 -0800 (PST) Date: Thu, 8 Jan 1998 15:47:59 -0800 (PST) Message-Id: <199801082347.PAA03206@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c os.c os.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/08 15:47:58 PST Modified files: usr.sbin/ppp main.c os.c os.h Log: Zap any addresses on the network side of the `tun' as soon as we've successfully opened the /dev side. Revision Changes Path 1.116 +2 -1 src/usr.sbin/ppp/main.c 1.39 +36 -1 src/usr.sbin/ppp/os.c 1.14 +2 -1 src/usr.sbin/ppp/os.h