Date: Thu, 26 Feb 1998 17:22:43 -0800 (PST) From: Brian Somers <brian@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 Message-ID: <199802270122.RAA28197@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802270122.RAA28197>
