summaryrefslogtreecommitdiffstats
path: root/usr.sbin/i4b/isdnd/rc_scan.l
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2001-07-21 11:29:40 +0000
committerhm <hm@FreeBSD.org>2001-07-21 11:29:40 +0000
commit5276a48c0f55b5d7d43ee87dd77c16aa33f49e14 (patch)
tree3583165b1bf1a5fe357b3e0ec9a13e8bb2dd3f7e /usr.sbin/i4b/isdnd/rc_scan.l
parenta67f578d2b31873dd3b9906157d4998436a6b327 (diff)
downloadFreeBSD-src-5276a48c0f55b5d7d43ee87dd77c16aa33f49e14.zip
FreeBSD-src-5276a48c0f55b5d7d43ee87dd77c16aa33f49e14.tar.gz
After being port- and addressscanned continously from several sources where
my line stayed open for more than eight hours i decided to implement a maximum connection time; see keyword maxconnecttime in the manual page.
Diffstat (limited to 'usr.sbin/i4b/isdnd/rc_scan.l')
-rw-r--r--usr.sbin/i4b/isdnd/rc_scan.l3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/i4b/isdnd/rc_scan.l b/usr.sbin/i4b/isdnd/rc_scan.l
index c9bfce4..34a55dc 100644
--- a/usr.sbin/i4b/isdnd/rc_scan.l
+++ b/usr.sbin/i4b/isdnd/rc_scan.l
@@ -32,7 +32,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Mon May 21 11:22:38 2001]
+ * last edit-date: [Fri Jul 20 19:14:55 2001]
*
*---------------------------------------------------------------------------*/
@@ -131,6 +131,7 @@ local-phone-dialout { return LOCAL_PHONE_DIALOUT; }
local-phone-incoming { return LOCAL_PHONE_INCOMING; }
mailer { return MAILER; }
mailto { return MAILTO; }
+maxconnecttime { return MAXCONNECTTIME; }
monitor-allowed { return MONITORSW; }
monitor-port { return MONITORPORT; }
monitor { return MONITOR; }
OpenPOWER on IntegriCloud