projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0313fb2
)
ovs-vsctl: Add sFlow to supported set of tables.
author
Ben Pfaff
<blp@nicira.com>
Wed, 5 May 2010 17:38:24 +0000
(10:38 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 5 May 2010 17:38:24 +0000
(10:38 -0700)
Somehow this one got left out accidentally.
Reported-by: Neil McKee <neil.mckee@inmon.com>
utilities/ovs-vsctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-vsctl.c
b/utilities/ovs-vsctl.c
index 45c8194abe058cc91de7594258bfa08a317c9b35..66d3d9805a77dbb3c3a2353a31043ec844271720 100644
(file)
--- a/
utilities/ovs-vsctl.c
+++ b/
utilities/ovs-vsctl.c
@@
-1879,6
+1879,12
@@
static const struct vsctl_table_class tables[] = {
{&ovsrec_table_ssl,
{{&ovsrec_table_open_vswitch, NULL, &ovsrec_open_vswitch_col_ssl}}},
+ {&ovsrec_table_sflow,
+ {{&ovsrec_table_bridge,
+ &ovsrec_bridge_col_name,
+ &ovsrec_bridge_col_sflow},
+ {NULL, NULL, NULL}}},
+
{NULL, {{NULL, NULL, NULL}, {NULL, NULL, NULL}}}
};