projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d896575
)
ofp-util: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Mon, 12 Mar 2012 21:21:14 +0000
(14:21 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 15 Mar 2012 17:23:02 +0000
(10:23 -0700)
The ofp_packet_in reasons are OFPR_*, not OFPRR_*. (Duh.)
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.h
patch
|
blob
|
history
diff --git
a/lib/ofp-util.h
b/lib/ofp-util.h
index 2172fd6be6d168b3defe876154041c577855c6c3..fd76eace96cb9da0ff6442a2952d5d1d48e8abda 100644
(file)
--- 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 OFPR
R
_*. */
+ 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;