"if_cfg_queue" is not a member of "struct bridge" in bridge.c

Signed-off-by: Min Chen <minch...@gmail.com>
---
 vswitchd/bridge.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 686eb93..608bc5c 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -505,7 +505,7 @@ bridge_reconfigure(const struct ovsrec_open_vswitch
*ovs_cfg)
                                               "force-miss-model"));

     /* Destroy "struct bridge"s, "struct port"s, and "struct iface"s
according
-     * to 'ovs_cfg' while update the "if_cfg_queue", with only very minimal
+     * to 'ovs_cfg' while update the "if_cfg_todo", with only very minimal
      * configuration otherwise.
      *
      * This is mostly an update to bridge data structures. Nothing is
pushed
@@ -2786,7 +2786,7 @@ bridge_queue_if_cfg(struct bridge *br,
 }

 /* Deletes "struct port"s and "struct iface"s under 'br' which aren't
- * consistent with 'br->cfg'.  Updates 'br->if_cfg_queue' with interfaces
which
+ * consistent with 'br->cfg'.  Updates 'br->if_cfg_todo' with interfaces
which
  * 'br' needs to complete its configuration. */
 static void
 bridge_add_del_ports(struct bridge *br,
--
1.7.1
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to