[ovs-dev] [PATCH] FAQ: Describe difference between ovs-dpctl and ovs-ofctl "dump-flows".

Ben Pfaff blp at nicira.com
Tue Sep 18 17:06:16 UTC 2012


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 FAQ |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/FAQ b/FAQ
index ae904f1..a98739c 100644
--- a/FAQ
+++ b/FAQ
@@ -740,6 +740,13 @@ A: The OFPT_FEATURES_REQUEST message requests an OpenFlow switch to
    normally an intermittent condition (unless ovs-vswitchd is not
    running).
 
+Q: I added some flows with my controller or with ovs-ofctl, but when I
+   run "ovs-dpctl dump-flows" I don't see them.
+
+A: ovs-dpctl queries a kernel datapath, not an OpenFlow switch.  It
+   won't display the information that you want.  You want to use
+   "ovs-ofctl dump-flows" instead.
+
 Contact 
 -------
 
-- 
1.7.2.5




More information about the dev mailing list