svn commit: r232316 - head/sbin/ifconfig

Christian Brueffer brueffer at FreeBSD.org
Wed Feb 29 21:11:03 UTC 2012


Author: brueffer
Date: Wed Feb 29 21:11:02 2012
New Revision: 232316
URL: http://svn.freebsd.org/changeset/base/232316

Log:
  Update bridge(4) default values.
  
  PR:		164564
  Submitted by:	"Rudy (bulk)" <crapsh at monkeybrains.net>
  MFC after:	2 weeks

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Wed Feb 29 20:58:21 2012	(r232315)
+++ head/sbin/ifconfig/ifconfig.8	Wed Feb 29 21:11:02 2012	(r232316)
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd January 4, 2012
+.Dd February 29, 2012
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -2106,7 +2106,7 @@ it is removed from the bridge.
 .It Cm maxaddr Ar size
 Set the size of the bridge address cache to
 .Ar size .
-The default is 100 entries.
+The default is 2000 entries.
 .It Cm timeout Ar seconds
 Set the timeout of address cache entries to
 .Ar seconds
@@ -2114,7 +2114,7 @@ seconds.
 If
 .Ar seconds
 is zero, then address cache entries will not be expired.
-The default is 240 seconds.
+The default is 1200 seconds.
 .It Cm addr
 Display the addresses that have been learned by the bridge.
 .It Cm static Ar interface-name Ar address


More information about the svn-src-all mailing list