FAQ: Clarify that "--all" was added in version 1.8.
authorBen Pfaff <blp@nicira.com>
Mon, 25 Feb 2013 17:27:52 +0000 (09:27 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 25 Feb 2013 17:28:49 +0000 (09:28 -0800)
Reported-by: David Palma <palma@onesource.pt>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
FAQ

diff --git a/AUTHORS b/AUTHORS
index 42358a6..5616018 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -112,6 +112,7 @@ Bryan Fulton            bryan@nicira.com
 Bryan Osoro             bosoro@nicira.com
 Cedric Hobbs            cedric@nicira.com
 Dave Walker             DaveWalker@ubuntu.com
+David Palma             palma@onesource.pt
 Derek Cormier           derek.cormier@lab.ntt.co.jp
 Duffie Cooley           dcooley@nicira.com
 DK Moon                 dkmoon@nicira.com
diff --git a/FAQ b/FAQ
index 41e7c07..22c90db 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -575,6 +575,11 @@ A: Suppose that you want to set up bridge br0 connected to physical
 
        ovs-vsctl -- --all destroy QoS -- --all destroy Queue
 
+   If you do want to keep some QoS or Queue records, or the Open
+   vSwitch you are using is older than version 1.8 (which added the
+   --all option), then you will have to destroy QoS and Queue records
+   individually.
+
 Q: I configured Quality of Service (QoS) in my OpenFlow network by
    adding records to the QoS and Queue table, but the results aren't
    what I expect.