summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-19 01:10:24 +0000
committerbrian <brian@FreeBSD.org>1997-08-19 01:10:24 +0000
commitf4cc1c34030b6b39140566167f95d436ae620cf8 (patch)
treef4aec5bd5512e3c3e7b029d26903acef851e30ac /usr.sbin/ppp/ipcp.h
parent03ba12afe1091b81f6f14967da3302842700df2a (diff)
downloadFreeBSD-src-f4cc1c34030b6b39140566167f95d436ae620cf8.zip
FreeBSD-src-f4cc1c34030b6b39140566167f95d436ae620cf8.tar.gz
Correct the forth arg to "set ifaddr". If specified,
it gives the IP number that should be used for initial IPCP config requests, irrespective of MYADDR.
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 864d974..4e84055 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.6 1997/02/22 16:10:22 peter Exp $
+ * $Id: ipcp.h,v 1.7 1997/06/09 03:27:24 brian Exp $
*
* TODO:
*/
@@ -65,7 +65,8 @@ struct in_range {
extern struct ipcpstate IpcpInfo;
extern struct in_range DefMyAddress;
extern struct in_range DefHisAddress;
-extern struct in_range DefTriggerAddress;
+extern struct in_addr TriggerAddress;
+extern int HaveTriggerAddress;
#ifndef NOMSEXT
extern struct in_addr ns_entries[2];
OpenPOWER on IntegriCloud