Date: Sat, 17 Mar 2012 12:33:13 +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-9@freebsd.org Subject: svn commit: r233087 - stable/9/sbin/ifconfig Message-ID: <201203171233.q2HCXDEL070111@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203171233.q2HCXDEL070111>