Use new method to describe table entries in OpenFlow wire protocol.
[openvswitch] / datapath / table.h
index 26fd466ca09f5f4c7dbe06bcaf273ffd9ebe2806..c47e1e60c803814cfe7dd70e47b43024d6f9a6d1 100644 (file)
@@ -12,7 +12,9 @@ struct datapath;
 
 /* Table statistics. */
 struct sw_table_stats {
-       const char *name;                /* Human-readable name. */
+       const char *name;            /* Human-readable name. */
+       uint32_t wildcards;          /* Bitmap of OFPFW_* wildcards that are
+                                       supported by the table. */
        unsigned int n_flows;        /* Number of active flows. */
        unsigned int max_flows;      /* Flow capacity. */
        unsigned long int n_matched; /* Number of packets that have hit. */