iproute2: bridge: finish removing replace option in man pages
This patch finishes removing the replace option from the bridge
man page which I missed in this commit
commit 57b9785de3
Author: John Fastabend <john.r.fastabend@intel.com>
Date: Mon Aug 27 10:52:31 2012 -0700
iproute2: bridge: remove replace and change options
Also add documentation for "{ self | embedded }" already shown on
the cmd line help msg.
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
This commit is contained in:
parent
81824ac228
commit
d611682a8c
|
|
@ -22,11 +22,12 @@ bridge \- show / manipulate bridge addresses and devices
|
||||||
\fB\-s\fR[\fItatistics\fR]
|
\fB\-s\fR[\fItatistics\fR]
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "bridge fdb" " { " add " | " del " | " change " | " replace " } "
|
.BR "bridge fdb" " { " add " | " del " } "
|
||||||
.I LLADDR
|
.I LLADDR
|
||||||
.B dev
|
.B dev
|
||||||
.IR DEV " { "
|
.IR DEV " { "
|
||||||
.BR local " | " temp " }"
|
.BR local " | " temp " } { "
|
||||||
|
.BR self " } { " embedded " } "
|
||||||
|
|
||||||
.ti -8
|
.ti -8
|
||||||
.BR "bridge fdb" " [ " show " ] [ "
|
.BR "bridge fdb" " [ " show " ] [ "
|
||||||
|
|
@ -92,11 +93,9 @@ objects contain known Ethernet addresses on a link.
|
||||||
The corresponding commands display fdb entries, add new entries,
|
The corresponding commands display fdb entries, add new entries,
|
||||||
and delete old ones.
|
and delete old ones.
|
||||||
|
|
||||||
.SS bridge fdb add - add a new neighbor entry
|
.SS bridge fdb add - add a new fdb entry
|
||||||
.SS bridge fdb change - change an existing entry
|
|
||||||
.SS bridge fdb replace - add a new entry or change an existing one
|
|
||||||
|
|
||||||
These commands create new neighbor records or update existing ones.
|
This command creates a new fdb entry.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI "ADDRESS"
|
.BI "ADDRESS"
|
||||||
|
|
@ -117,6 +116,14 @@ and is never forwarded.
|
||||||
- the address is a dynamic entry, and will be removed if not used.
|
- the address is a dynamic entry, and will be removed if not used.
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
|
.B self
|
||||||
|
- the address is associated with a software fdb (default)
|
||||||
|
.sp
|
||||||
|
|
||||||
|
.B embedded
|
||||||
|
- the address is associated with an offloaded fdb
|
||||||
|
.sp
|
||||||
|
|
||||||
.in -8
|
.in -8
|
||||||
|
|
||||||
.SS bridge fdb delete - delete a forwarding database entry
|
.SS bridge fdb delete - delete a forwarding database entry
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue