From: Paul Mackerras Date: Sun, 15 Jun 2008 07:02:18 +0000 (+0000) Subject: Add a description of multilink_join_hook. X-Git-Tag: ppp-2.4.7~87 X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=653158d0d312f523c88d98b754236d4f01c416c1;hp=b5edacdfeec0ff65e9a365324992214f056f46d0;p=ppp.git Add a description of multilink_join_hook. --- diff --git a/PLUGINS b/PLUGINS index 82a3240..a655a9c 100644 --- a/PLUGINS +++ b/PLUGINS @@ -231,6 +231,13 @@ packet is in p; its length is len. This allows plugins to "snoop in" on the pppd conversation. The hooks may prove useful in implmenting L2TP. + +void (*multilink_join_hook)(); + +This is called whenever a new link completes LCP negotiation and joins +the bundle, if we are doing multilink. + + A plugin registers itself with a notifier by declaring a procedure of the form: @@ -277,4 +284,4 @@ Here is a list of the currently-implemented notifiers in pppd. -## $Id: PLUGINS,v 1.7 2005/07/12 08:56:07 paulus Exp $ ## +## $Id: PLUGINS,v 1.8 2008/06/15 07:02:18 paulus Exp $ ##