From owner-cvs-all Sat Sep 16 16: 9:13 2000 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 B947637B422; Sat, 16 Sep 2000 16:09:08 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46133; Sat, 16 Sep 2000 16:09:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009162309.QAA46133@freefall.freebsd.org> From: Brian Somers Date: Sat, 16 Sep 2000 16:09:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c defs.c defs.h filter.h ip.c log.c log.h ppp.8 throughput.c throughput.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/16 16:09:08 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp command.c defs.c defs.h filter.h ip.c log.c log.h ppp.8 throughput.c throughput.h Log: MFC: Fix some typos Sync some #ifdefs that don't affect FreeBSD Understand ESP packets Add ``set log filter'' Count the number of packets when gathering throughput stats Revision Changes Path 1.230.2.7 +3 -3 src/usr.sbin/ppp/command.c 1.31.2.7 +4 -2 src/usr.sbin/ppp/defs.c 1.52.2.5 +7 -1 src/usr.sbin/ppp/defs.h 1.21.2.3 +3 -1 src/usr.sbin/ppp/filter.h 1.78.2.5 +96 -13 src/usr.sbin/ppp/ip.c 1.44.2.2 +2 -1 src/usr.sbin/ppp/log.c 1.26.2.2 +18 -17 src/usr.sbin/ppp/log.h 1.209.2.11 +3 -1 src/usr.sbin/ppp/ppp.8 1.13.2.2 +10 -4 src/usr.sbin/ppp/throughput.c 1.8.2.2 +3 -1 src/usr.sbin/ppp/throughput.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message