From: Ben Pfaff Date: Wed, 5 May 2010 17:38:24 +0000 (-0700) Subject: ovs-vsctl: Add sFlow to supported set of tables. X-Git-Tag: v1.0.0~58 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d01600a208854a6ad1990eaf484dca6e8d6700e5;p=sliver-openvswitch.git ovs-vsctl: Add sFlow to supported set of tables. Somehow this one got left out accidentally. Reported-by: Neil McKee --- diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c index 45c8194ab..66d3d9805 100644 --- 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}}} };