summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/pppd.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-10-10 06:02:57 +0000
committerpeter <peter@FreeBSD.org>1997-10-10 06:02:57 +0000
commit272f35378bb5e1abaf91ce93316ca11f0cdf70fc (patch)
tree1cb2aff402ffe6d6e2dca2afc7c2feaf04796d24 /usr.sbin/pppd/pppd.h
parent26d413f37411a4cf84d19b4e4ad62f1024ad052a (diff)
downloadFreeBSD-src-272f35378bb5e1abaf91ce93316ca11f0cdf70fc.zip
FreeBSD-src-272f35378bb5e1abaf91ce93316ca11f0cdf70fc.tar.gz
Revive some things that were lost during the ppp-2.3.1 update.
- (see auth.c rev 1.13) allow the pap/chap secrets file to specify an override for the otherwise hard coded IP addresses. This allows specific users to dial in on a rotary which would otherwise get a dynamic address forced to authenticate and get their own fixed addresses. - (see options.c rev 1.9) recognize the old dns1 and dns2 options. This is a hack (TM). :-)
Diffstat (limited to 'usr.sbin/pppd/pppd.h')
-rw-r--r--usr.sbin/pppd/pppd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h
index 236b400..88d1617 100644
--- a/usr.sbin/pppd/pppd.h
+++ b/usr.sbin/pppd/pppd.h
@@ -16,7 +16,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id$
+ * $Id: pppd.h,v 1.9 1997/08/19 17:52:46 peter Exp $
*/
/*
@@ -313,6 +313,8 @@ int getword __P((FILE *f, char *word, int *newlinep, char *filename));
/* Read a word from a file */
void option_error __P((char *fmt, ...));
/* Print an error message about an option */
+int setipaddr __P((char *)); /* set IP addresses */
+
/*
* This structure is used to store information about certain
OpenPOWER on IntegriCloud