]> git.proxmox.com Git - mirror_ovs.git/blobdiff - ofproto/ofproto-dpif-ipfix.c
userspace: Avoid dp_hash recirculation for balance-tcp bond mode.
[mirror_ovs.git] / ofproto / ofproto-dpif-ipfix.c
index b413768ef0fc566c3af56da1f2177d3ee02cb01c..796eb6f881f9355ec1e9d1843a1d008b9db04f48 100644 (file)
@@ -2979,6 +2979,7 @@ dpif_ipfix_read_actions(const struct flow *flow,
         enum ovs_action_attr type = nl_attr_type(a);
         switch (type) {
         case OVS_ACTION_ATTR_OUTPUT:
+        case OVS_ACTION_ATTR_LB_OUTPUT:
             ipfix_actions->output_action = true;
             break;
         case OVS_ACTION_ATTR_SAMPLE: