On 9/5/23 21:13, Paolo Valerio wrote:
> If a packet originating from the controller recirculates after going
> through a patch port, it gets dropped with the following message:
> 
> ofproto_dpif_upcall(handler8)|INFO|received packet on unassociated
>   datapath port 4294967295
> 
> This happens because there's no xport_uuid in the recirculation node
> and at the same type in_port refers to the patch port.
> 
> The patch, in the case of zeroed uuid, checks that in_port belongs to
> the bridge and returns the related ofproto.
> 
> Signed-off-by: Paolo Valerio <[email protected]>
> ---
>  ofproto/ofproto-dpif-xlate.c |   12 +++++++++++-
>  tests/ofproto-dpif.at        |   34 ++++++++++++++++++++++++++++++++++
>  2 files changed, 45 insertions(+), 1 deletion(-)

Thanks!  Applied and backported down to 2.17.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to