ofproto-dpif: Use a single underlying datapath across multiple bridges.
[openvswitch] / FAQ
diff --git a/FAQ b/FAQ
index b14bfa4535cef0f670cd4a0ac83b855904018d49..0e7713bf15ae32eadab15bf778cfd8adf3a19bc5 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -414,6 +414,14 @@ Q: Is there any documentation on the database tables and fields?
 
 A: Yes.  ovs-vswitchd.conf.db(5) is a comprehensive reference.
 
+Q: When I run ovs-dpctl I no longer see the bridges I created.  Instead,
+   I only see a datapath called "ovs-system".  How can I see datapath
+   information about a particular bridge?
+
+A: In version 1.9.0, OVS switched to using a single datapath that is
+   shared by all bridges of that type.  The "ovs-appctl dpif/*"
+   commands provide similar functionality that is scoped by the bridge.
+
 
 VLANs
 -----