bridge: Don't configure QoS without Queues.
authorEthan Jackson <ethan@nicira.com>
Sat, 7 May 2011 00:02:02 +0000 (17:02 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 23 May 2011 16:18:31 +0000 (09:18 -0700)
commit0f50458b0a3054566c4f5cd70e0bc92ca7dafe49
tree7a4df3ec00184f2199a8fa40764faafb843d357d
parent471e49969982c9bf51ce6dbb9ad5ca14c3f13361
bridge: Don't configure QoS without Queues.

It doesn't make sense to create a QoS object without any queues.
Before this patch, OVS would configure the QoS object and as a
result drop all traffic going through the affected interface.  With
this patch, OVS will simply clear QoS configuration on the
interface.

Bug #5583.
vswitchd/bridge.c