Hi Murphy,
Question1:
The problem is that I need the resubmit command in the flow_entry.
Say that there is already an entry in table 2 as
in_port=7,….,action= resubmit(,3).
Is there a way that from table3, I can use the LEARN msg to ‘append’ an action
in the table 2 so that it becomes,
in_port=7,…..,action=( load(reg_5=7) ,resubmit(,3))
Will the learn action, add an entry or can it modify the existing entry in the
table?
Question2:
Is there a resubmit action on the Nicira extensions for NOX?
Question3:
How do load the register with some value, it’s throwing errors on this. Is the
naming convention for reg wrong?
learn.spec.append(fms( field=nx.re51, load=7 ))
Thanks,
Jayanth
Graduate Student
USC
On December 8, 2013 at 3:48:51 PM, Murphy McCauley ([email protected])
wrote:
meta_register_1