From d01600a208854a6ad1990eaf484dca6e8d6700e5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 5 May 2010 10:38:24 -0700 Subject: [PATCH] ovs-vsctl: Add sFlow to supported set of tables. Somehow this one got left out accidentally. Reported-by: Neil McKee --- utilities/ovs-vsctl.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c index 45c8194a..66d3d980 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}}} }; -- 2.30.2