From owner-cvs-all Tue Jul 27 16:44:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0295014F49; Tue, 27 Jul 1999 16:44:15 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA85298; Tue, 27 Jul 1999 16:44:02 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <199907272344.QAA85298@freefall.freebsd.org> From: Brian Somers Date: Tue, 27 Jul 1999 16:44:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp README.changes bundle.c filter.c filter.h ip.c ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/07/27 16:44:01 PDT Modified files: usr.sbin/ppp README.changes bundle.c filter.c filter.h ip.c ppp.8 Log: o Overhaul filtering, adding facilities to jump over rules and to negate the sense of rules. o Remove the redundant (and undocumented) ``host'' and ``port'' words (README.changes updated). o Don't permit (and ignore) garbage instead of the protocol. Mostly submitted by: Peter Jeremy Revision Changes Path 1.10 +2 -0 src/usr.sbin/ppp/README.changes 1.58 +10 -1 src/usr.sbin/ppp/bundle.c 1.32 +140 -115 src/usr.sbin/ppp/filter.c 1.17 +39 -28 src/usr.sbin/ppp/filter.h 1.65 +182 -131 src/usr.sbin/ppp/ip.c 1.182 +29 -11 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message