2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-21 14:49:41 +00:00

flow: New function flow_wildcards_is_catchall().

This will be used in an upcoming commit.
This commit is contained in:
Ben Pfaff
2011-09-12 16:38:52 -07:00
parent 993410fbc7
commit ecf1e7ac2b
2 changed files with 31 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ 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 *);
bool flow_wildcards_set_nw_src_mask(struct flow_wildcards *, ovs_be32);
bool flow_wildcards_set_nw_dst_mask(struct flow_wildcards *, ovs_be32);