On Feb 8, 2013, at 1:19 PM, Peter Fales wrote:
> Openflow hackers,
> 
> We're trying to have our controller create packets from scratch (LLDP
> packets in this case) and send them to the switch using packet-out
> messages.   Using wireshark, I can see the packet-out being sent from 
> the controller to the witch, and wireshark decodes it as I would
> expect.  However, the switch never actually sends the packet out the
> the desired port.


hi Peter,

check the in_port and buffer_id you are defining in the message -- that seems 
to be a source of trouble for people. I believe the in port should be set to 
OFPP_NONE and the buffer should be BUFFER_ID_NONE, but I may be wrong.


best,
Andrew
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to