From db7d6dc145001f2a18c8b8270395dc978808d0c2 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Sun, 14 Aug 2005 03:28:08 +0000 Subject: [PATCH] Document two missed if_bridge commands 'addr' and 'static'. Noticed by: Michal Mertl Approved by: mlaier (mentor) MFC after: 3 days --- sbin/ifconfig/ifconfig.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 7ff7d0ff35a2..f6d99abb2c4c 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1134,6 +1134,13 @@ If .Ar seconds is zero, then address cache entries will not be expired. The default is 240 seconds. +.It Cm addr +Display the addresses that have been learned by the bridge. +.It Cm static Ar interface-name Ar address +Add a static entry into the address cache pointing to +.Ar interface-name . +Static entries are never aged out of the cache or re-placed, even if the +address is seen on a different interface. .It Cm deladdr Ar address Delete .Ar address