Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Feb 2012 21:11:03 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232316 - head/sbin/ifconfig
Message-ID:  <201202292111.q1TLB34G045191@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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