Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Feb 2012 21:00:28 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/164564: commit references a PR
Message-ID:  <201202292100.q1TL0SQT089910@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/164564; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202292100.q1TL0SQT089910>