bridge: Don't configure QoS without Queues.
authorEthan Jackson <ethan@nicira.com>
Sat, 7 May 2011 00:02:02 +0000 (17:02 -0700)
committerEthan Jackson <ethan@nicira.com>
Sat, 7 May 2011 00:04:41 +0000 (17:04 -0700)
commitdaa8bd2bf878640556195016df8c5ea2f812f9cc
treeebd02717e873e24d7d223e7f082d9a545e921115
parent6f1435fc8f77e925fbdb5e5dad91d61645330c6c
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