]> git.ozlabs.org Git - ppp.git/commit
Added new hooks:
authorDavid F. Skoll <dfs@roaringpenguin.com>
Tue, 12 Feb 2002 20:07:10 +0000 (20:07 +0000)
committerDavid F. Skoll <dfs@roaringpenguin.com>
Tue, 12 Feb 2002 20:07:10 +0000 (20:07 +0000)
commitc30d204fe82b18fb9668a05afb587a37f981696c
tree3f4771e4bd2d4c4491d592e81c918b65b08157e1
parent5580a43ba47c96ff41046226a9409c31b5efc8d2
Added new hooks:
snoop_send_hook and snoop_recv_hook allow plugins to watch the flow
of frames (typically we're interested in LCP frames).  This is useful for
implementing L2TP, because the L2TP access concentrator would like to collect
some information from LCP and perhaps authentication protocols and forward
the information to the LNS.
PLUGINS
pppd/main.c
pppd/pppd.h
pppd/sys-linux.c
pppd/sys-solaris.c
pppd/sys-sunos4.c
pppd/sys-svr4.c