summaryrefslogtreecommitdiff
path: root/include/openvswitch
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-08-30 11:03:12 -0700
committerBen Pfaff <blp@ovn.org>2018-10-26 15:19:44 -0700
commitb47e7e2bac7f21f8c81aaeb1068598a6064c348b (patch)
treebe9c83b40c7e0875c2671663d74ec76f35922be9 /include/openvswitch
parentdccab9b15e656c6c1db1b8e94da1e1f234811506 (diff)
downloadopenvswitch-b47e7e2bac7f21f8c81aaeb1068598a6064c348b.tar.gz
ofp-table: Always format the table number in table features.
Table features should indicate the table number as well as the table name. Before this, the first line for each table looked like this: table myname ("myname"): but it's more useful if it's: table 123 ("myname"): Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'include/openvswitch')
-rw-r--r--include/openvswitch/ofp-table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openvswitch/ofp-table.h b/include/openvswitch/ofp-table.h
index 7b1152a28..713ce26d0 100644
--- a/include/openvswitch/ofp-table.h
+++ b/include/openvswitch/ofp-table.h
@@ -276,7 +276,6 @@ void ofputil_table_features_format(
const struct ofputil_table_features *prev_features,
const struct ofputil_table_stats *stats,
const struct ofputil_table_stats *prev_stats,
- const struct ofputil_table_map *table_map,
int *first_ditto, int *last_ditto);
void ofputil_table_features_format_finish(struct ds *,
int first_ditto, int last_ditto);