[ovs-dev] [PATCH] bridge: Interface may be configured with incorrect QoS.

Ethan Jackson ethan at nicira.com
Wed May 25 20:26:16 UTC 2011


Bug #5739.
---
 vswitchd/bridge.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index d150857..4b5d0fa 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -401,7 +401,7 @@ bridge_reconfigure(const struct ovsrec_open_vswitch *ovs_cfg)
 
             port_configure(port);
 
-            HMAP_FOR_EACH (iface, ofp_port_node, &br->ifaces) {
+            LIST_FOR_EACH (iface, port_elem, &port->ifaces) {
                 iface_configure_cfm(iface);
                 iface_configure_qos(iface, port->cfg->qos);
                 iface_set_mac(iface);
-- 
1.7.4.4




More information about the dev mailing list