From owner-cvs-usrsbin Thu Feb 26 17:23:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA14641 for cvs-usrsbin-outgoing; Thu, 26 Feb 1998 17:23:59 -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.8/8.8.8) with ESMTP id RAA14560; Thu, 26 Feb 1998 17:23:18 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA28197; Thu, 26 Feb 1998 17:22:43 -0800 (PST) Date: Thu, 26 Feb 1998 17:22:43 -0800 (PST) Message-Id: <199802270122.RAA28197@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp arp.c bundle.c bundle.h ccp.c ccp.h datalink.c datalink.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h link.c prompt.c route.c tun.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/02/26 17:22:43 PST Modified files: (Branch: MP) usr.sbin/ppp arp.c bundle.c bundle.h ccp.c ccp.h datalink.c datalink.h fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h link.c prompt.c route.c tun.c Log: Create struct fsm_parent. FSMs are created with one of these, and the FSM passes subsequent events to them. The datalink now hides its CCP from the bundle layer. Revision Changes Path 1.27.2.5 +2 -2 src/usr.sbin/ppp/arp.c 1.1.2.17 +60 -69 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.11 +2 -6 src/usr.sbin/ppp/Attic/bundle.h 1.30.2.15 +8 -39 src/usr.sbin/ppp/ccp.c 1.14.2.12 +3 -4 src/usr.sbin/ppp/ccp.h 1.1.2.15 +60 -5 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.9 +9 -6 src/usr.sbin/ppp/Attic/datalink.h 1.27.2.16 +43 -42 src/usr.sbin/ppp/fsm.c 1.16.2.9 +13 -7 src/usr.sbin/ppp/fsm.h 1.50.2.17 +8 -24 src/usr.sbin/ppp/ipcp.c 1.18.2.14 +3 -4 src/usr.sbin/ppp/ipcp.h 1.55.2.21 +9 -26 src/usr.sbin/ppp/lcp.c 1.16.2.12 +3 -2 src/usr.sbin/ppp/lcp.h 1.1.2.9 +2 -1 src/usr.sbin/ppp/Attic/link.c 1.1.2.9 +2 -2 src/usr.sbin/ppp/Attic/prompt.c 1.42.2.8 +2 -2 src/usr.sbin/ppp/route.c 1.6.4.3 +2 -1 src/usr.sbin/ppp/tun.c