summaryrefslogtreecommitdiff
path: root/include/openvswitch
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2019-12-04 15:06:07 -0800
committerWilliam Tu <u9012063@gmail.com>2019-12-12 10:16:05 -0800
commit95a5454c511057ae6f35c18f0adfce4d2dbe5410 (patch)
tree0e9936c03b8437694b9fc0bd7ec6f47d1ccac5c5 /include/openvswitch
parent9802fafa962baff8f52aeea1f1139a68c027d1d2 (diff)
downloadopenvswitch-95a5454c511057ae6f35c18f0adfce4d2dbe5410.tar.gz
ofp-print: Abbreviate lists of fields in table features output.
This makes the output both shorter and easier to read. Signed-off-by: Ben Pfaff <blp@ovn.org> Signed-off-by: William Tu <u9012063@gmail.com>
Diffstat (limited to 'include/openvswitch')
-rw-r--r--include/openvswitch/meta-flow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openvswitch/meta-flow.h b/include/openvswitch/meta-flow.h
index b7fd6cb3f..1f81d830e 100644
--- a/include/openvswitch/meta-flow.h
+++ b/include/openvswitch/meta-flow.h
@@ -1943,6 +1943,9 @@ struct mf_bitmap {
bool mf_bitmap_is_superset(const struct mf_bitmap *super,
const struct mf_bitmap *sub);
+struct mf_bitmap mf_bitmap_and(struct mf_bitmap, struct mf_bitmap);
+struct mf_bitmap mf_bitmap_or(struct mf_bitmap, struct mf_bitmap);
+struct mf_bitmap mf_bitmap_not(struct mf_bitmap);
/* Use this macro as CASE_MFF_REGS: in a switch statement to choose all of the
* MFF_REGn cases. */