lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-devel] IP data packets are forwarded although it should never


From: Indan Zupancic
Subject: Re: [lwip-devel] IP data packets are forwarded although it should never work in theory, but why?
Date: Tue, 06 Oct 2020 15:25:21 +0200
User-agent: Roundcube Webmail/1.3.8

Hello Benjamin,

On 2020-10-06 14:56, Benjamin Kalytta wrote:
Is this an intended behaviour of LwIp stack or are there some options
to prevent that? Or could this be some bug?

This is how most IP stacks are implemented and is intended behaviour.
They consider the stack itself as an end node and not each interface
as an end node, so all configured IP addresses are reachable through
any interface. Mind you, packets are not forwarded between networks.

If there is enough general interest for hard separation between different interfaces and lwIP is willing to merge such configuration option upstream,
I can submit a patch for this feature.

Best regards,

Indan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]