datapath: Clear rxhash when using an action that may affect it
[openvswitch] / ofproto / ofproto.h
index 8e4e2a65d315ecae409ccf85651e94f6c2c8b20a..7516068ffb9b7102226f4bdca7b6de126045e191 100644 (file)
@@ -149,6 +149,8 @@ struct ofhooks {
     bool (*normal_cb)(const struct flow *, const struct ofpbuf *packet,
                       struct ofpbuf *odp_actions, tag_type *,
                       uint16_t *nf_output_iface, void *aux);
+    bool (*special_cb)(const struct flow *flow, const struct ofpbuf *packet,
+                       void *aux);
     void (*account_flow_cb)(const struct flow *, tag_type tags,
                             const struct nlattr *odp_actions,
                             size_t actions_len,