Re: [ovs-dev] Actions in OVS

2013-06-12 Thread Ben Pfaff
On Wed, Jun 12, 2013 at 03:36:02PM +0500, Sohaib Ayub wrote: > I am trying to determine how actions are stored and applied in OVS for each > flow. When I use the ovs-ofctl add-flow command (specifying only the source > & destination IP and protocol with actions=output:1), I see that 8 > "ofpact" s

[ovs-dev] Actions in OVS

2013-06-12 Thread Sohaib Ayub
Hi, I am trying to determine how actions are stored and applied in OVS for each flow. When I use the ovs-ofctl add-flow command (specifying only the source & destination IP and protocol with actions=output:1), I see that 8 "ofpact" structures are created inside the ofproto_add_flow function. The