svn commit: r233087 - stable/9/sbin/ifconfig
Christian Brueffer
brueffer at FreeBSD.org
Sat Mar 17 12:33:13 UTC 2012
Author: brueffer
Date: Sat Mar 17 12:33:12 2012
New Revision: 233087
URL: http://svn.freebsd.org/changeset/base/233087
Log:
MFC: r232316
Update bridge(4) default values.
Modified:
stable/9/sbin/ifconfig/ifconfig.8
Directory Properties:
stable/9/sbin/ifconfig/ (props changed)
Modified: stable/9/sbin/ifconfig/ifconfig.8
==============================================================================
--- stable/9/sbin/ifconfig/ifconfig.8 Sat Mar 17 12:24:17 2012 (r233086)
+++ stable/9/sbin/ifconfig/ifconfig.8 Sat Mar 17 12:33:12 2012 (r233087)
@@ -2074,7 +2074,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
@@ -2082,7 +2082,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-stable-9
mailing list