[ovs-dev] [bondlib 12/19] bridge: Improve comment.

Ben Pfaff blp at nicira.com
Fri Mar 25 17:35:45 UTC 2011


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

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 1d158e8..414b59e 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -205,7 +205,7 @@ struct bridge {
 
     /* Kernel datapath information. */
     struct dpif *dpif;          /* Datapath. */
-    struct hmap ifaces;         /* Contains "struct iface"s. */
+    struct hmap ifaces;         /* "struct iface"s indexed by dp_ifidx. */
 
     /* Bridge ports. */
     struct hmap ports;          /* "struct port"s indexed by name. */
-- 
1.7.1




More information about the dev mailing list