summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-05 01:35:20 +0000
committerbrian <brian@FreeBSD.org>1998-01-05 01:35:20 +0000
commit6fd0acab5e3bddd3cc676ec0f73342ded6520d19 (patch)
tree26d31505fdef06bcf0c0f65401d1e14cd81a2955 /usr.sbin/ppp/ipcp.h
parent486344203a84fce7bb2007181b0bb740889b6282 (diff)
downloadFreeBSD-src-6fd0acab5e3bddd3cc676ec0f73342ded6520d19.zip
FreeBSD-src-6fd0acab5e3bddd3cc676ec0f73342ded6520d19.tar.gz
o Allow the use of HISADDR as the first arg to "add".
o Allow a forth argument in ppp.secret, specifying a new label. This gives control over which section of ppp.link{up,down} is used based on the authenticated user. o Support random address ranges in ppp.secret (not just in ppp.conf). o Add a AUTHENTICATING INCOMING CONNECTIONS section to the man page. o Add a bit more about DEFLATE in the man page. o Fix the incorrect "you must specify a password in interactive mode" bit of the manual. o Space things in the man page consistently. o Be more precice about where you can use MYADDR, HISADDR and INTERFACE in the "add" command documentation.
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
-rw-r--r--usr.sbin/ppp/ipcp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h
index f4aa9bd..5402124 100644
--- a/usr.sbin/ppp/ipcp.h
+++ b/usr.sbin/ppp/ipcp.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ipcp.h,v 1.14 1997/11/22 03:37:35 brian Exp $
+ * $Id: ipcp.h,v 1.15 1997/12/13 02:37:24 brian Exp $
*
* TODO:
*/
@@ -74,7 +74,8 @@ extern void IpcpInit(void);
extern void IpcpDefAddress(void);
extern void IpcpUp(void);
extern void IpcpOpen(void);
-extern int ReportIpcpStatus(struct cmdargs const *);
+extern int ReportIpcpStatus(struct cmdargs const *);
extern void IpcpInput(struct mbuf *);
extern void IpcpAddInOctets(int);
extern void IpcpAddOutOctets(int);
+extern int UseHisaddr(const char *, int);
OpenPOWER on IntegriCloud