From cdd35cff225bf39767ea9e2e535cf2940b0e5127 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Sat, 24 Oct 2009 15:51:31 -0700 Subject: [PATCH] ovs-vswitchd: Document "bridge/dump-flows" management command --- vswitchd/ovs-vswitchd.8.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vswitchd/ovs-vswitchd.8.in b/vswitchd/ovs-vswitchd.8.in index 3750cb30..5c8d6c77 100644 --- a/vswitchd/ovs-vswitchd.8.in +++ b/vswitchd/ovs-vswitchd.8.in @@ -99,6 +99,12 @@ These commands manage bridges. 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 "\fBbridge/dump-flows\fR \fIbridge\fR" +Lists all flows in \fIbridge\fR, including those normally hidden to +commands such as \fBovs-ofctl dump-flows\fR. Flows set up by mechanisms +such as in-band control and fail-open are hidden from the controller +since it is not allowed to modify or override them. .SS "BOND COMMANDS" These commands manage bonded ports on an Open vSwitch's bridges. To understand some of these commands, it is important to understand a -- 2.30.2