<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><div id="bloop_customfont" style="margin: 0px;">Hello,</div><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">I am trying to insert a resubmit action from a LEARN module. </div><div id="bloop_customfont" style="margin: 0px;"><br></div><div id="bloop_customfont" style="margin: 0px;">    learn = nx.nx_action_learn(table_id=1,hard_timeout=10)</div><div id="bloop_customfont" style="margin: 0px;">    fms = nx.flow_mod_spec.new # Just abbreviating this</div><div id="bloop_customfont" style="margin: 0px;">    learn.spec.append(fms( field=nx.NXM_OF_ETH_DST, match=nx.NXM_OF_ETH_DST ))</div><div id="bloop_customfont" style="margin: 0px;">    learn.spec.append(fms( field=nx.NXM_OF_ETH_SRC, match=nx.NXM_OF_ETH_SRC ))</div><div id="bloop_customfont" style="margin: 0px;">    </div><div id="bloop_customfont" style="margin: 0px;">  **** WHAT IS THE CORRECT SYNTAX FOR RESUBMIT IN LEARN ********</div><div id="bloop_customfont" style="margin: 0px;">   learn.spec.append(fms( field=nx.nx_action_resubmit(table = 10), output=nx.resubmit_table ))</div><div id="bloop_customfont" style="margin: 0px;">    </div><div id="bloop_customfont" style="margin: 0px;">    msg1.actions.append(learn)</div><div id="bloop_customfont" style="margin: 0px;">    msg1.actions.append(nx.nx_action_resubmit.resubmit_table(table = 10))</div><div id="bloop_customfont" style="margin: 0px;">    event.connection.send(msg1)</div></div><div><br></div><div><br></div>Thank you so much in advance.<br><div class="" id="bloop_sign_1386544286924869888"><span style="font-family:helvetica,arial;font-size:13px"></span><pre style="line-height: normal;">
Jayanth 
Graduate Student
USC</pre><pre style="line-height: normal;"><br></pre></div></body></html>