diff options
author | thompsa <thompsa@FreeBSD.org> | 2005-08-14 03:28:08 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2005-08-14 03:28:08 +0000 |
commit | 5b7dd08674d9d7b5e54ee6b02e841952b0b7c922 (patch) | |
tree | 57e47035cba3cca3fff6917b4df349425756c7f0 /sbin/ifconfig | |
parent | e0396a82f2c3b35a694fbdae29857507196123a2 (diff) | |
download | FreeBSD-src-5b7dd08674d9d7b5e54ee6b02e841952b0b7c922.zip FreeBSD-src-5b7dd08674d9d7b5e54ee6b02e841952b0b7c922.tar.gz |
Document two missed if_bridge commands 'addr' and 'static'.
Noticed by: Michal Mertl
Approved by: mlaier (mentor)
MFC after: 3 days
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 7ff7d0f..f6d99ab 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 |