aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorAnsis Atteka <aatteka@nicira.com>2011-11-01 12:08:04 -0700
committerAnsis Atteka <aatteka@nicira.com>2011-11-01 16:33:35 -0700
commitf0a3aa2ecf3c81b448edfaa8c86e5dd07ba82e3a (patch)
treee47a8c47acda2c9a5556a5a6fcec657df3e20061 /vswitchd
parent0f49dd6925beadb7e86fda6646285c068ada7303 (diff)
ovs-appctl: Add fdb/flush command
Added a new command that will allow to flush particular bridge's MAC learning table. Issue #7819
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/ovs-vswitchd.8.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in
index 1f010910..314fe609 100644
--- a/vswitchd/ovs-vswitchd.8.in
+++ b/vswitchd/ovs-vswitchd.8.in
@@ -120,6 +120,8 @@ then displays detailed information about all interfaces with CFM
enabled.
.SS "BRIDGE COMMANDS"
These commands manage bridges.
+.IP "\fBfdb/flush\fR \fIbridge\fR"
+Flushes \fIbridge\fR MAC address learning table.
.IP "\fBfdb/show\fR \fIbridge\fR"
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,