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

L

From: Luca Mancini<mailto:[email protected]>
Sent: Saturday, May 16, 2020 18:59
To: [email protected]<mailto:[email protected]>
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
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to