git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a7d33
)
ofproto: Correct comment describing set_netflow().
author
Justin Pettit
<jpettit@nicira.com>
Fri, 10 Jun 2011 17:04:43 +0000
(10:04 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Fri, 10 Jun 2011 17:15:55 +0000
(10:15 -0700)
ofproto/private.h
patch
|
blob
|
history
diff --git
a/ofproto/private.h
b/ofproto/private.h
index
80c59e4
..
5b72169
100644
(file)
--- a/
ofproto/private.h
+++ b/
ofproto/private.h
@@
-655,7
+655,7
@@
struct ofproto_class {
* 'netflow_options', or turns off NetFlow if 'netflow_options' is NULL.
*
* EOPNOTSUPP as a return value indicates that 'ofproto' does not support
- *
s
Flow, as does a null pointer. */
+ *
Net
Flow, as does a null pointer. */
int (*set_netflow)(struct ofproto *ofproto,
const struct netflow_options *netflow_options);