summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-01-19 22:16:02 +0000
committerbrian <brian@FreeBSD.org>1999-01-19 22:16:02 +0000
commit8213829f4c94453a17ce5c06b84588ba3de4277f (patch)
tree88bd71b82cb531c3306e26f15486631533acdf6b /usr.sbin/ppp/filter.h
parente3154acbf8599eb7d03ff113c0b5a267b683c803 (diff)
downloadFreeBSD-src-8213829f4c94453a17ce5c06b84588ba3de4277f.zip
FreeBSD-src-8213829f4c94453a17ce5c06b84588ba3de4277f.tar.gz
Change the maximum number of filters from 20 to 40.
Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com>
Diffstat (limited to 'usr.sbin/ppp/filter.h')
-rw-r--r--usr.sbin/ppp/filter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h
index f96af40..0505e7d 100644
--- a/usr.sbin/ppp/filter.h
+++ b/usr.sbin/ppp/filter.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: filter.h,v 1.11.2.7 1998/05/01 19:24:30 brian Exp $
+ * $Id: filter.h,v 1.12 1998/05/21 21:45:16 brian Exp $
*
* TODO:
*/
@@ -66,7 +66,7 @@ struct filterent {
} opt;
};
-#define MAXFILTERS 20 /* in each filter set */
+#define MAXFILTERS 40 /* in each filter set */
struct filter {
struct filterent rule[MAXFILTERS]; /* incoming packet filter */
OpenPOWER on IntegriCloud