From owner-cvs-usrsbin Sat Dec 27 18:58:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA09646 for cvs-usrsbin-outgoing; Sat, 27 Dec 1997 18:58:58 -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 SAA09198; Sat, 27 Dec 1997 18:50:39 -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 SAA27900; Sat, 27 Dec 1997 18:46:28 -0800 (PST) Date: Sat, 27 Dec 1997 18:46:28 -0800 (PST) Message-Id: <199712280246.SAA27900@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ip.c main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/12/27 18:46:28 PST Modified files: usr.sbin/ppp ip.c main.c Log: If a packet causes a dial, continue to test whether it's blocked in the output filter. If so, proceed with the dial despite dropping the packet. Revision Changes Path 1.34 +2 -2 src/usr.sbin/ppp/ip.c 1.113 +5 -15 src/usr.sbin/ppp/main.c