<pre style="font-family:courier,&#39;courier new&#39;,monospace;font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;line-height:19px;background-color:rgb(255,255,255)">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
&amp; destination IP and protocol with actions=output:1), I see that 8
 &quot;ofpact&quot; structures are created inside the ofproto_add_flow function.
The first of these holds the action I specify in the command, but what is
the significance of the remaining actions?</pre><pre style="font-family:courier,&#39;courier new&#39;,monospace;font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;line-height:19px;background-color:rgb(255,255,255)">

<br></pre><pre style="font-family:courier,&#39;courier new&#39;,monospace;font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;line-height:19px;background-color:rgb(255,255,255)">Thanks,</pre>

<pre style="font-family:courier,&#39;courier new&#39;,monospace;font-size:14px;white-space:pre-wrap;word-wrap:break-word;margin-top:0px;margin-bottom:0px;line-height:19px;background-color:rgb(255,255,255)">Muhammad Sohaib Ayub</pre>