docs/164564: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Feb 29 21:00:28 UTC 2012


The following reply was made to PR docs/164564; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: docs/164564: commit references a PR
Date: Wed, 29 Feb 2012 20:58:35 +0000 (UTC)

 Author: thompsa
 Date: Wed Feb 29 20:58:21 2012
 New Revision: 232315
 URL: http://svn.freebsd.org/changeset/base/232315
 
 Log:
   Use a more appropriate default for the maximum number of addresses in the
   bridge forwarding table.
   
   PR:		docs/164564
   Discussed with:	brueffer
 
 Modified:
   head/sys/net/if_bridge.c
 
 Modified: head/sys/net/if_bridge.c
 ==============================================================================
 --- head/sys/net/if_bridge.c	Wed Feb 29 20:22:45 2012	(r232314)
 +++ head/sys/net/if_bridge.c	Wed Feb 29 20:58:21 2012	(r232315)
 @@ -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
  
  /*
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 



More information about the freebsd-doc mailing list