<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#993300">I think I figured out the issue. I wasn't packing the packet properly and had few other variables which were not being assigned properly. The output looks ok now.</div>

<div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:#993300"><br></div></div><div class="gmail_extra"><br clear="all"><div>Cheers!<br>Durga<br><br></div>
<br><br><div class="gmail_quote">On Wed, Nov 20, 2013 at 5:21 PM, durga <span dir="ltr"><<a href="mailto:c.vijaya.durga@gmail.com" target="_blank">c.vijaya.durga@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)"><div class="gmail_default"><seems my earlier message was too large with images></div><div class="im">

<div style="font-family:arial,sans-serif;font-size:13px">
<div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)">I had to try couple of times to replicate the issue. It is OFP-OFP-ARP  and both packet-outs are carrying arp replies.  I will recheck my program.</div>


</div></div></div></div><div class="gmail_extra"><br clear="all"><div>Cheers!<span class="HOEnZb"><font color="#888888"><br>Durga<br><br></font></span></div>
<br><br><div class="gmail_quote"><div class="im">On Wed, Nov 20, 2013 at 2:53 PM, Murphy McCauley <span dir="ltr"><<a href="mailto:murphy.mccauley@gmail.com" target="_blank">murphy.mccauley@gmail.com</a>></span> wrote:<br>

</div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><br><div><div><div><div>On Nov 19, 2013, at 7:04 PM, durga <<a href="mailto:c.vijaya.durga@gmail.com" target="_blank">c.vijaya.durga@gmail.com</a>> wrote:</div><br></div>
</div><blockquote type="cite"><div dir="ltr"><div><div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)">Hello All,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)">




<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)">reserved port OFPP_FLOOD floods on all ports of the switch, is there any such port to which a controller can flood on all connections made to itself???</div>




<div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)">currently I tried sending ports on each connection using the dpid:connection map as below</div>




<div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)"><br></div>




</div></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small;color:rgb(153,51,0)"><div><div><div class="gmail_default">                         for aconnection in self.connections.values():</div>


<div class="gmail_default">

                                        if event.connection != aconnection:#to avoid sending the pkt on incoming port</div><div class="gmail_default">                                                 aconnection.send(msg)</div>




<div class="gmail_default"><br></div><div class="gmail_default">I am trying to implement proxy ARP(thanks to thread started by Muhammad) and am trying to make the controller flood the arpreq on all its connections incase of no entry , rather than instructing the switch to flood. </div>




<div class="gmail_default"><br></div><div class="gmail_default">as of now  I can see that controller is responding to both h3 and h1 with arp responses, but the table itself is built by sw1 flooding the initial arp req</div>




<div class="gmail_default"><br></div></div></div><div class="gmail_default"><span><Screen Shot 2013-11-20 at 1.55.01 pm.png></span></div></div></div></blockquote><div><br></div></div>For starters, is 190 really screwy?  Is it actually a packet-out containing a packet-out which contains an ARP?  Because that doesn't sound right!<span><font color="#888888"><div>


<br></div><div>-- Murphy</div></font></span></div></blockquote></div></div></div><br></div>
</blockquote></div><br></div>