From owner-cvs-all Sat Nov 6 14:51: 3 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 9534F14C18; Sat, 6 Nov 1999 14:51:01 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA80200; Sat, 6 Nov 1999 14:51:01 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199911062251.OAA80200@freefall.freebsd.org> From: Brian Somers Date: Sat, 6 Nov 1999 14:51:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ether.c ether.h Makefile bundle.c command.c datalink.c datalink.h exec.c exec.h fsm.c i4b.c i4b.h physical.c physical.h ppp.8 tcp.c tcp.h tty.c tty.h udp.c udp.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/11/06 14:51:01 PST Modified files: usr.sbin/ppp Makefile bundle.c command.c datalink.c datalink.h exec.c exec.h fsm.c i4b.c i4b.h physical.c physical.h ppp.8 tcp.c tcp.h tty.c tty.h udp.c udp.h Added files: usr.sbin/ppp ether.c ether.h Log: Support PPPoE Help (lots) from: julian, archie Facilities from: ahebert@pubnix.net Revision Changes Path 1.65 +10 -2 src/usr.sbin/ppp/Makefile 1.72 +82 -36 src/usr.sbin/ppp/bundle.c 1.220 +2 -2 src/usr.sbin/ppp/command.c 1.50 +6 -5 src/usr.sbin/ppp/datalink.c 1.11 +4 -3 src/usr.sbin/ppp/datalink.h 1.12 +5 -2 src/usr.sbin/ppp/exec.c 1.5 +2 -2 src/usr.sbin/ppp/exec.h 1.50 +11 -3 src/usr.sbin/ppp/fsm.c 1.5 +4 -3 src/usr.sbin/ppp/i4b.c 1.3 +2 -2 src/usr.sbin/ppp/i4b.h 1.30 +59 -45 src/usr.sbin/ppp/physical.c 1.18 +16 -8 src/usr.sbin/ppp/physical.h 1.201 +66 -11 src/usr.sbin/ppp/ppp.8 1.9 +7 -4 src/usr.sbin/ppp/tcp.c 1.5 +2 -2 src/usr.sbin/ppp/tcp.h 1.18 +4 -3 src/usr.sbin/ppp/tty.c 1.5 +2 -2 src/usr.sbin/ppp/tty.h 1.8 +8 -5 src/usr.sbin/ppp/udp.c 1.4 +2 -2 src/usr.sbin/ppp/udp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message