flow: Fully separate flow_wildcards from OpenFlow wildcard bits.
[sliver-openvswitch.git] / lib / classifier.h
index d8135e9..e4b7f5f 100644 (file)
@@ -72,11 +72,6 @@ void cls_rule_init_exact(const struct flow *, unsigned int priority,
                          struct cls_rule *);
 void cls_rule_init_catchall(struct cls_rule *, unsigned int priority);
 
-void cls_rule_from_match(const struct ofp_match *, unsigned int priority,
-                         int flow_format, uint64_t cookie, struct cls_rule *);
-void cls_rule_to_match(const struct cls_rule *, int flow_format,
-                       struct ofp_match *);
-
 void cls_rule_zero_wildcarded_fields(struct cls_rule *);
 
 void cls_rule_set_in_port(struct cls_rule *, uint16_t odp_port);