Use a more appropriate default for the maximum number of addresses in the

bridge forwarding table.

PR:		docs/164564
Discussed with:	brueffer
This commit is contained in:
Andrew Thompson 2012-02-29 20:58:21 +00:00
parent 4278ee3b07
commit 70b23a4596
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232315

View File

@ -144,10 +144,10 @@ __FBSDID("$FreeBSD$");
#define BRIDGE_RTHASH_MASK (BRIDGE_RTHASH_SIZE - 1)
/*
* Maximum number of addresses to cache.
* Default maximum number of addresses to cache.
*/
#ifndef BRIDGE_RTABLE_MAX
#define BRIDGE_RTABLE_MAX 100
#define BRIDGE_RTABLE_MAX 2000
#endif
/*