aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/id.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-17 22:05:37 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-17 22:05:37 +0000
commit3edeb0c69efafa563fe8d0256fff7221bc48472e (patch)
treefe01eec0421f809acc6b42ec9096d1d614bfd37c /usr.sbin/ppp/id.h
parent030e4ebba8c44830e3230d5fe56ef0a2c52e037b (diff)
downloadsrc-3edeb0c69efafa563fe8d0256fff7221bc48472e.tar.gz
src-3edeb0c69efafa563fe8d0256fff7221bc48472e.zip
Support client side DNS server negotiation, disabled
and denied by default (POLA). o Remove ``enable'' msext. Now, doing a ``set nbns'' will automatically enable a NBNS ACK/NAK rather than a REJ. o Add accept|disable|deny|enable dns. If we ``accept'', we'll tell the peer what our nameservers are (if he asks). The values in resolv.conf can be overridden with the ``set dns'' command. If we ``enable'', we'll REQ using our resolv.conf entries, and any NAKs are written back to resolv.conf. o Remove ``show msext'' and show the relevent IP numbers in ``show ipcp''.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=35255
Diffstat (limited to 'usr.sbin/ppp/id.h')
-rw-r--r--usr.sbin/ppp/id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h
index 6dba7b89d9bc..7fab89c8eee8 100644
--- a/usr.sbin/ppp/id.h
+++ b/usr.sbin/ppp/id.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: id.h,v 1.3 1997/12/27 19:23:13 brian Exp $
+ * $Id: id.h,v 1.3.4.1 1998/02/19 02:08:47 brian Exp $
*/
struct utmp;
@@ -34,7 +34,7 @@ extern int ID0ioctl(int, unsigned long, void *);
extern int ID0unlink(const char *);
extern int ID0socket(int, int, int);
extern FILE *ID0fopen(const char *, const char *);
-extern int ID0open(const char *, int);
+extern int ID0open(const char *, int, ...);
extern int ID0write(int, const void *, size_t);
extern int ID0uu_lock(const char *);
extern int ID0uu_unlock(const char *);