summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Chaudron <echaudro@redhat.com>2018-06-25 12:58:17 +0200
committerBen Pfaff <blp@ovn.org>2018-07-06 14:26:20 -0700
commit6433e2c7fb94bcd081c30bbc28e7a262d8f710cb (patch)
tree36e8c5ac34ece875012fe2eb4a4e25aa6acc5526
parent95dcecc5b5df36011872dc108f5cc65fbcc7d0d0 (diff)
downloadopenvswitch-6433e2c7fb94bcd081c30bbc28e7a262d8f710cb.tar.gz
vswitchd: Document new fdb statistics commands
Document the new fdb/stats-clear and fdb/stats-show commands Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--vswitchd/ovs-vswitchd.8.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
index 55b997b60..e39d158d5 100644
--- a/vswitchd/ovs-vswitchd.8.in
+++ b/vswitchd/ovs-vswitchd.8.in
@@ -166,6 +166,11 @@ if no \fIbridge\fR is given.
Lists each MAC address/VLAN pair learned by the specified \fIbridge\fR,
along with the port on which it was learned and the age of the entry,
in seconds.
+.IP "\fBfdb/stats-clear\fR [\fIbridge\fR]"
+Clear \fIbridge\fR MAC address learning table statistics, or all
+statistics if no \fIbridge\fR is given.
+.IP "\fBfdb/stats-show\fR \fIbridge\fR"
+Show MAC address learning table statistics for the specified \fIbridge\fR.
.IP "\fBmdb/flush\fR [\fIbridge\fR]"
Flushes \fIbridge\fR multicast snooping table, or all snooping tables
if no \fIbridge\fR is given.