From: Ben Pfaff Date: Mon, 25 Feb 2013 17:27:52 +0000 (-0800) Subject: FAQ: Clarify that "--all" was added in version 1.8. X-Git-Tag: sliver-openvswitch-1.10.90-1~11^2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7839bb4183532d642c8feadb49d308ea7af2e595;p=sliver-openvswitch.git FAQ: Clarify that "--all" was added in version 1.8. Reported-by: David Palma Signed-off-by: Ben Pfaff --- diff --git a/AUTHORS b/AUTHORS index 42358a603..561601836 100644 --- 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 41e7c07f2..22c90dbf4 100644 --- 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.