Re: [PATCH net-next] bareudp: use ports to lookup route

From: Przemek Kitszel
Date: Wed Oct 25 2023 - 09:14:50 EST


On 10/25/23 11:44, Beniamino Galvani wrote:
The source and destination ports should be taken into account when
determining the route destination; they can affect the result, for
example in case there are routing rules defined.

Signed-off-by: Beniamino Galvani <b.galvani@xxxxxxxxx>
---
drivers/net/bareudp.c | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)


Good, steady work!

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@xxxxxxxxx>