X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.h;h=8fa729e93359fc01eebc48feca6cdb4ef04de65f;hb=e729e7935e5c77eae1ca4a8040d05626f61cf9a2;hp=909467f87ba0bc2d3d97b7fa0767d7cc5c8be89b;hpb=a8600e1a65b10c7e6b8ca94d18482f50ba27a873;p=sliver-openvswitch.git diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 909467f87..8fa729e93 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -131,6 +131,7 @@ struct ofpbuf *ofputil_make_flow_mod_table_id(bool flow_mod_table_id); struct ofputil_flow_mod { struct cls_rule cr; ovs_be64 cookie; + ovs_be64 cookie_mask; uint8_t table_id; uint16_t command; uint16_t idle_timeout; @@ -152,6 +153,8 @@ struct ofpbuf *ofputil_encode_flow_mod(const struct ofputil_flow_mod *, struct ofputil_flow_stats_request { bool aggregate; /* Aggregate results? */ struct cls_rule match; + ovs_be64 cookie; + ovs_be64 cookie_mask; uint16_t out_port; uint8_t table_id; };