[ovs-discuss] setting a flow to slow

Luca Mancini luca.mancini at outlook.com
Mon May 18 12:59:15 UTC 2020


Never mind found the change flag code
ctx->xout->slow |= SLOW_ACTION

L

From: Luca Mancini<mailto:luca.mancini at outlook.com>
Sent: Saturday, May 16, 2020 18:59
To: ovs-discuss at openvswitch.org<mailto:ovs-discuss at openvswitch.org>
Subject: [ovs-discuss] setting a flow to slow

Hello,
Does anyone know how to set the flow flag to slow so that my action can only be implemented in userspace?
I’ve seen a couple of actions use “ctx.xout->slow  |= SLOW_ACTION;” however if I add this line to my compose_foo() function in ofproto-dpif-xlate.c I get a SIGABRT call which stops mininet.

L


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-discuss/attachments/20200518/49836b10/attachment.html>


More information about the discuss mailing list