From c2da7c8697491402af4f8ab3082d2c047114ccad Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 14 May 2002 12:55:39 +0000 Subject: o Clean up some #includes o Bump version number to 3.0.4 o When talking to a RADIUS server, provide a NAS-Port-Type. When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal to the SESSIONID from the environment in direct mode or the NGM_PPPOE_SESSIONID message in other modes. If no SESSIONID is found, default to the interface index in client mode or zero in server mode. When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number of the physical device (ie, the N in /dev/i4brbchN). This makes it easier for the RADIUS server to identify the client WRT accounting data etc. Prompted by: lsz8425 --- usr.sbin/ppp/prompt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/ppp/prompt.c') diff --git a/usr.sbin/ppp/prompt.c b/usr.sbin/ppp/prompt.c index 3881026..05509c1 100644 --- a/usr.sbin/ppp/prompt.c +++ b/usr.sbin/ppp/prompt.c @@ -59,7 +59,6 @@ #include "hdlc.h" #include "lcp.h" #include "ncpaddr.h" -#include "ip.h" #include "ipcp.h" #include "filter.h" #include "async.h" -- cgit v1.1