On Wed, Mar 16, 2011 at 02:37:48PM -0700, Ben Pfaff wrote:
> This takes one step toward the larger goal of getting rid of all of the
> hooks from ofproto back into vswitchd, by eliminating one of the reasons
> that they are required.

Here's an incremental that fixes a typo pointed out in private mail.
I fixed a similar typo in the commit log message too.

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 902efa8..3dd5da1 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -101,7 +101,7 @@ struct ofport {
     struct netdev *netdev;
     struct ofp_phy_port opp;    /* In host byte order. */
     uint16_t odp_port;
-    struct cfm *cfm;            /* Configuration Fault Management, if any. */
+    struct cfm *cfm;            /* Connectivity Fault Management, if any. */
 };
 
 static void ofport_free(struct ofport *);
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to