[nox-dev] send_openflow_packet interface with buffer and ofp_action_header

2011-05-26 Thread Gopinath Palani
Hello , Please let me know how to use send_openflow_packet(const datapathid&, const Buffer& packet, const ofp_action_header actions[],unit16_t actions_len,unit16_t in_port,bool block); my requirement is to create udp packet and send it to a particular tp_dst and port, It will be helpful if someo

Re: [nox-dev] send_openflow_packet interface with buffer and ofp_action_header

2011-05-27 Thread Murphy McCauley
send_openflow_packet()'s API is kind of broken due to changes made since earlier versions of OpenFlow, and is very, very likely to be removed altogether in the next major release of NOX. There are other ways to do the same thing. If you look at the source of send_openflow_packet(), you'll see