[ovs-dev] [bug9964 1/5] ofp-util: Fix typo in comment.

Ben Pfaff blp at nicira.com
Mon Mar 12 21:38:22 UTC 2012


The ofp_packet_in reasons are OFPR_*, not OFPRR_*.  (Duh.)

Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 lib/ofp-util.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/ofp-util.h b/lib/ofp-util.h
index 2172fd6..fd76eac 100644
--- a/lib/ofp-util.h
+++ b/lib/ofp-util.h
@@ -293,7 +293,7 @@ struct ofputil_packet_in {
     const void *packet;
     size_t packet_len;
 
-    enum ofp_packet_in_reason reason;    /* One of OFPRR_*. */
+    enum ofp_packet_in_reason reason;    /* One of OFPR_*. */
     uint16_t controller_id;              /* Controller ID to send to. */
     uint8_t table_id;
     ovs_be64 cookie;
-- 
1.7.2.5




More information about the dev mailing list