summaryrefslogtreecommitdiff
path: root/include/openvswitch/ofp-match.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-02-16 12:42:03 -0800
committerBen Pfaff <blp@ovn.org>2018-03-14 11:39:33 -0700
commit11b1e59f3af06a3ab02496abbb65564a077744a7 (patch)
tree1e2785279708238875b3e1dc4a02b3ebfd5cc1ae /include/openvswitch/ofp-match.h
parent0960a98b7720c74e0ae873933ca9d5d4d089c6f5 (diff)
downloadopenvswitch-11b1e59f3af06a3ab02496abbb65564a077744a7.tar.gz
ofp-match: Make some public functions static.
These were only used inside ofp-match itself. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'include/openvswitch/ofp-match.h')
-rw-r--r--include/openvswitch/ofp-match.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/openvswitch/ofp-match.h b/include/openvswitch/ofp-match.h
index f2d4a0df9..c3baa8e8f 100644
--- a/include/openvswitch/ofp-match.h
+++ b/include/openvswitch/ofp-match.h
@@ -30,11 +30,6 @@ struct tun_table;
extern "C" {
#endif
-/* Converting OFPFW10_NW_SRC_MASK and OFPFW10_NW_DST_MASK wildcard bit counts
- * to and from IP bitmasks. */
-ovs_be32 ofputil_wcbits_to_netmask(int wcbits);
-int ofputil_netmask_to_wcbits(ovs_be32 netmask);
-
/* Work with ofp10_match. */
void ofputil_wildcard_from_ofpfw10(uint32_t ofpfw, struct flow_wildcards *);
void ofputil_match_from_ofp10_match(const struct ofp10_match *,