Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2012 12:36:45 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r233089 - stable/7/sbin/ifconfig
Message-ID:  <201203171236.q2HCajhl070391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Sat Mar 17 12:36:45 2012
New Revision: 233089
URL: http://svn.freebsd.org/changeset/base/233089

Log:
  MFC: r232316
  
  Update bridge(4) default values.

Modified:
  stable/7/sbin/ifconfig/ifconfig.8
Directory Properties:
  stable/7/sbin/ifconfig/   (props changed)

Modified: stable/7/sbin/ifconfig/ifconfig.8
==============================================================================
--- stable/7/sbin/ifconfig/ifconfig.8	Sat Mar 17 12:35:49 2012	(r233088)
+++ stable/7/sbin/ifconfig/ifconfig.8	Sat Mar 17 12:36:45 2012	(r233089)
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd December 17, 2011
+.Dd February 29, 2012
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -1481,7 +1481,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
@@ -1489,7 +1489,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



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