Handle_openflow__() only gets called to handle Openflow messages received from 
the controller on rconn such as packet_out, echo_request etc. For example: if 
flow entry is present in table, packet_in is not sent, packet_out is not 
received from controller and hence handle_openflow__() will not be called.


From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Jonas 
Nilsson
Sent: Friday, March 18, 2016 6:02 AM
To: discuss@openvswitch.org
Subject: [ovs-discuss] Decoding packets

Hi!
I have a problem with figuring out where the ovs decodes the packets. I have 
added a few lines of code in the function handle_openflow__ in 
ofproto/ofproto.c which makes it write to a file. I do make and make install 
and after that send a few packets to it but it seems that the ovs doesn't call 
this function, why is that?

Det här e-brevet skickades från en virusfri dator som skyddas av Avast.
www.avast.com<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>


_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to