Signed-off-by: Ben Pfaff <b...@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 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev