summaryrefslogtreecommitdiffstats
path: root/sys/netatm/ipatm
diff options
context:
space:
mode:
authormks <mks@FreeBSD.org>1999-05-10 23:02:29 +0000
committermks <mks@FreeBSD.org>1999-05-10 23:02:29 +0000
commit7abea01d28a8e41d2b1a741b9091384aaa2bff49 (patch)
treebd3c9d1e232c11bb8289b3bf6509552a1ca9180a /sys/netatm/ipatm
parentb78daed0c3b7cec89e906487fe7fdb48eef2bab8 (diff)
downloadFreeBSD-src-7abea01d28a8e41d2b1a741b9091384aaa2bff49.zip
FreeBSD-src-7abea01d28a8e41d2b1a741b9091384aaa2bff49.tar.gz
Allow configuration of up to 256 network interfaces per physical interface -
just like the docs say it should.
Diffstat (limited to 'sys/netatm/ipatm')
-rw-r--r--sys/netatm/ipatm/ipatm_load.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netatm/ipatm/ipatm_load.c b/sys/netatm/ipatm/ipatm_load.c
index f82d984..edb251e 100644
--- a/sys/netatm/ipatm/ipatm_load.c
+++ b/sys/netatm/ipatm/ipatm_load.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: ipatm_load.c,v 1.2 1998/10/31 20:06:55 phk Exp $
+ * @(#) $Id: ipatm_load.c,v 1.3 1999/01/27 22:42:20 dillon Exp $
*
*/
@@ -46,7 +46,7 @@
#include <netatm/ipatm/ipatm_serv.h>
#ifndef lint
-__RCSID("@(#) $Id: ipatm_load.c,v 1.2 1998/10/31 20:06:55 phk Exp $");
+__RCSID("@(#) $Id: ipatm_load.c,v 1.3 1999/01/27 22:42:20 dillon Exp $");
#endif
@@ -94,7 +94,7 @@ struct sp_info ipatm_nifpool = {
"ipatm nif pool", /* si_name */
sizeof(struct ip_nif), /* si_blksiz */
5, /* si_blkcnt */
- 20 /* si_maxallow */
+ 52 /* si_maxallow */
};
OpenPOWER on IntegriCloud