projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e9d4f
)
Fix typo in comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 18 Apr 2008 21:49:45 +0000
(14:49 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Mon, 28 Apr 2008 20:52:27 +0000
(13:52 -0700)
include/openflow.h
patch
|
blob
|
history
diff --git
a/include/openflow.h
b/include/openflow.h
index 5c1a6e2d349a11073e614d28df94c15cb72791fd..d93a6229b61ca18eda341c11637754918d1d7e9e 100644
(file)
--- a/
include/openflow.h
+++ b/
include/openflow.h
@@
-382,7
+382,7
@@
struct ofp_flow_stats_request {
struct ofp_header header;
struct ofp_match match; /* Fields to match */
uint8_t table_id; /* ID of table to read (from ofp_table_stats)
- or 0xff
ff
for all tables. */
+ or 0xff for all tables. */
uint8_t type; /* One of OFPFS_ */
uint16_t pad; /* Align to 32-bits */
};