ovs-vsctl: Add sFlow to supported set of tables.
authorBen Pfaff <blp@nicira.com>
Wed, 5 May 2010 17:38:24 +0000 (10:38 -0700)
committerBen 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

index 45c8194..66d3d98 100644 (file)
@@ -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}}}
 };