summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2012-02-29 21:11:02 +0000
committerbrueffer <brueffer@FreeBSD.org>2012-02-29 21:11:02 +0000
commit7f479f0242bfa3392b0ad6d21188de6300c5576f (patch)
treee99400abcebd3f1a3e77c8e0ddb889e5e4786b88 /sbin
parent395d5a3c1d32501545a2595b46b0ce0168bbad3d (diff)
downloadFreeBSD-src-7f479f0242bfa3392b0ad6d21188de6300c5576f.zip
FreeBSD-src-7f479f0242bfa3392b0ad6d21188de6300c5576f.tar.gz
Update bridge(4) default values.
PR: 164564 Submitted by: "Rudy (bulk)" <crapsh@monkeybrains.net> MFC after: 2 weeks
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ifconfig/ifconfig.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index fe45f32..d9d23f9 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -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
OpenPOWER on IntegriCloud