Does anyone know of a way to send dp_packets throught the OFPP_NORMAL port?
I do not have the corresponding struct xlate_ctx pointer because to my 
knowledge there is no way of storing it for use later on, so I can’t use the 
compose_output_action() function.

I tried using ofproto_dpif_send_packet(), it doesn’t work withOFPP_NORMAL but 
it does with all other ports connected to the given switch, but I’m trying to 
avoid flooding the packet.

Luca

_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to