summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/bundle.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-10-24 01:08:45 +0000
committerbrian <brian@FreeBSD.org>1998-10-24 01:08:45 +0000
commitcb6bccf1dc60c955024134903445d05945bc35ed (patch)
tree156da8f3c1b24a827c03c07dea9db235785f08ae /usr.sbin/ppp/bundle.h
parent2dd69edc856356b5cc916927ac51649c15ff753f (diff)
downloadFreeBSD-src-cb6bccf1dc60c955024134903445d05945bc35ed.zip
FreeBSD-src-cb6bccf1dc60c955024134903445d05945bc35ed.tar.gz
Loosen our restrictions on setting enddisc, mrru,
shortseq, authname and authkey. o Auth{name,key} may additionally be set in PHASE_ESTABLISH. o The others may be set in PHASE_ESTABLISH as long as no links have yet reached DATALINK_LCP.
Diffstat (limited to 'usr.sbin/ppp/bundle.h')
-rw-r--r--usr.sbin/ppp/bundle.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/bundle.h b/usr.sbin/ppp/bundle.h
index 2f24b18..5096ae1 100644
--- a/usr.sbin/ppp/bundle.h
+++ b/usr.sbin/ppp/bundle.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bundle.h,v 1.13 1998/08/25 17:48:42 brian Exp $
+ * $Id: bundle.h,v 1.14 1998/10/22 02:32:48 brian Exp $
*/
#define PHASE_DEAD 0 /* Link is dead */
@@ -187,3 +187,4 @@ extern int bundle_RenameDatalink(struct bundle *, struct datalink *,
const char *);
extern void bundle_setsid(struct bundle *, int);
extern void bundle_LockTun(struct bundle *);
+extern int bundle_HighestState(struct bundle *);
OpenPOWER on IntegriCloud