On Tue, Feb 07, 2012 at 04:51:32PM -0200, Rogério Vinhal Nunes wrote: > I have a controller module that intercepts the ARP requests and write ARP > replies via a packet_out event, but on tcp traces I can see the ARP > request, the OFP+ARP request to the controller, the OFP + ARP reply to the > OVS telling to do a packet_out with the ARP data, but I can't see the ARP > reply in any of the traces.
The usual problem that NOX users have is trying to send from an in_port of OFPP_CONTROLLER. Use OFPP_NONE, which is what OpenFlow 1.0 says one should use. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
