Reported-by: David Palma <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- AUTHORS | 1 + FAQ | 5 +++++ 2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/AUTHORS b/AUTHORS index 42358a6..5616018 100644 --- a/AUTHORS +++ b/AUTHORS @@ -112,6 +112,7 @@ Bryan Fulton [email protected] Bryan Osoro [email protected] Cedric Hobbs [email protected] Dave Walker [email protected] +David Palma [email protected] Derek Cormier [email protected] Duffie Cooley [email protected] DK Moon [email protected] diff --git a/FAQ b/FAQ index 8e52284..a78b67c 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. -- 1.7.2.5 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
