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

L

From: Luca Mancini<mailto:luca.manc...@outlook.com>
Sent: Saturday, May 16, 2020 18:59
To: ovs-discuss@openvswitch.org<mailto:ovs-discuss@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


_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to