mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.
This is a small cleanup that will make later changes to wildcards easier.
This commit is contained in:
@@ -77,6 +77,7 @@ void cls_rule_from_flow(const struct flow *, uint32_t wildcards,
|
||||
unsigned int priority, struct cls_rule *);
|
||||
void cls_rule_from_match(const struct ofp_match *, unsigned int priority,
|
||||
int flow_format, uint64_t cookie, struct cls_rule *);
|
||||
void cls_rule_init_catchall(struct cls_rule *, unsigned int priority);
|
||||
|
||||
void cls_rule_zero_wildcarded_fields(struct cls_rule *);
|
||||
|
||||
|
Reference in New Issue
Block a user