aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1999-01-19 22:16:02 +0000
committerBrian Somers <brian@FreeBSD.org>1999-01-19 22:16:02 +0000
commitd9949a3acf737025ff1a054341a16d61fdfdbcf5 (patch)
tree814ae2df98be6e9fd5f4ea12f802e6d47a7f01dc /usr.sbin/ppp/filter.h
parent3d091023a70576f7070acfb40bf4f96267c1adc1 (diff)
downloadsrc-d9949a3acf737025ff1a054341a16d61fdfdbcf5.tar.gz
src-d9949a3acf737025ff1a054341a16d61fdfdbcf5.zip
Change the maximum number of filters from 20 to 40.
Increase requested by: "Clement T. Cole" <clemc@echo.ccc.com>
Notes
Notes: svn path=/head/; revision=42844
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 f96af409ada6..0505e7d6e300 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 */