Skip to content

Commit

Permalink
ofp-util: Fix typo in comment.
Browse files Browse the repository at this point in the history
The ofp_packet_in reasons are OFPR_*, not OFPRR_*.  (Duh.)

Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Mar 15, 2012
1 parent d896575 commit 2a6dab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ofp-util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2a6dab2

Please sign in to comment.