mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
flow: Remove flow_wildcards_is_exact().
It's only used in a not-very-useful assertion in some test code. In general, exact-match flows make very little sense anymore, and they're basically on their way out. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -138,7 +138,6 @@ struct flow_wildcards {
|
||||
void flow_wildcards_init_catchall(struct flow_wildcards *);
|
||||
void flow_wildcards_init_exact(struct flow_wildcards *);
|
||||
|
||||
bool flow_wildcards_is_exact(const struct flow_wildcards *);
|
||||
bool flow_wildcards_is_catchall(const struct flow_wildcards *);
|
||||
|
||||
void flow_wildcards_set_reg_mask(struct flow_wildcards *,
|
||||
|
Reference in New Issue
Block a user