On Mon, Jun 04, 2018 at 01:57:13PM +0000, Kyle Simpson wrote: > I've been looking into making the action set visible as part of > ovs-ofctl dump-flows (since, at present, it is reported as > "actions=drop"). I've followed the logic around the vconn, where > OpenFlow seems not to have considered this for struct ofp_flow_stats: > is the ability to query the action set for each flow in another > message type?
If you use OpenFlow 1.1 or later, you'll see "write_actions" and other instructions. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
