You can look at the "handle_packet_out" function at "ofproto.c" which handles the "PACKET_OUT" message from the controller. (where you can check for the LLDP eth type in the packet)
On Tue, Sep 26, 2017 at 9:56 AM, Mohammed Kamel <[email protected]> wrote: > Hello, > > I am new at mining and OVS. I need help with modifying the OVS source code > to make the following: I want to print a message on the counsel each time > the OVS switch receive a LLDP packet from the controller. and how to use > this modified code in the mininet?? I really need your help with that ASAP. > > Thank you, > Mohammed > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
