Hi,
    I am writing a component for the nox controller, which can guid the 
openflow-switch to decide which port to send the packets. But, when I want the 
packet to be sent to the "local port" in the openflow-switch, I didn't know how 
to write the "actions list"( using python),  Is the following  right?
  actions = [[openflow.OFPAT_OUTPUT, [0, OFPP_LOCAL]]]

Thank you for your replay!

John



在 2012-03-01 21:54:23,"Murphy McCauley" <jam...@nau.edu> 写道:

I'm not clear on what you want to do…


What do you mean by "the local machine"?  The controller?
Where do you want to output them?  Out of an ethernet adapter?


-- Murphy


On Mar 1, 2012, at 2:43 AM, bbs wrote:


 Hi,
    I want to let the packets send to the local machine, how could I write the 
command, and what is the output port?
    actions = [[openflow.OFPAT_OUTPUT, [0, ?]]]

    Thank you very much!

John
   



_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to