summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-table.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-06-15 17:06:56 -0700
committerBen Pfaff <blp@ovn.org>2018-06-18 15:25:44 -0700
commitfe2c69f49cb3cb0ab2cc2ae84b364970f5e77392 (patch)
treed2f803e322099a4d8e754b3d36ce43cc4c94007d /include/openvswitch/ofp-table.h
parent16ee87263e31dc6520937a0dcefd676f3582d8ee (diff)
downloadopenvswitch-fe2c69f49cb3cb0ab2cc2ae84b364970f5e77392.tar.gz
ofp-print: Move significant formatting code into more specific .c files.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'include/openvswitch/ofp-table.h')
-rw-r--r--include/openvswitch/ofp-table.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/openvswitch/ofp-table.h b/include/openvswitch/ofp-table.h
index e8260657f..d06ccf5ce 100644
--- a/include/openvswitch/ofp-table.h
+++ b/include/openvswitch/ofp-table.h
@@ -309,10 +309,16 @@ struct ofputil_table_status {
struct ofputil_table_desc desc; /* New table config. */
};
+const char *ofp_table_reason_to_string(enum ofp14_table_reason,
+ char *reasonbuf, size_t bufsize);
+
enum ofperr ofputil_decode_table_status(const struct ofp_header *,
struct ofputil_table_status *);
struct ofpbuf *ofputil_encode_table_status(const struct ofputil_table_status *,
enum ofputil_protocol);
+void ofputil_format_table_status(struct ds *,
+ const struct ofputil_table_status *,
+ const struct ofputil_table_map *);
#ifdef __cplusplus
}