Add support for limiting the number of flows in an OpenFlow flow table.
[cascardo/ovs.git] / utilities / ovs-vsctl.c
index a2af2f6..48ae56b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2010, 2011 Nicira Networks.
+ * Copyright (c) 2009, 2010, 2011, 2012 Nicira Networks.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -2340,6 +2340,10 @@ static const struct vsctl_table_class tables[] = {
        &ovsrec_bridge_col_sflow},
       {NULL, NULL, NULL}}},
 
+    {&ovsrec_table_flow_table,
+     {{&ovsrec_table_flow_table, &ovsrec_flow_table_col_name, NULL},
+      {NULL, NULL, NULL}}},
+
     {NULL, {{NULL, NULL, NULL}, {NULL, NULL, NULL}}}
 };