lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] BRIDGEIF does not forward packets?


From: Tomas Mudrunka
Subject: Re: [lwip-users] BRIDGEIF does not forward packets?
Date: Mon, 26 Apr 2021 09:52:10 +0200
User-agent: Roundcube Webmail/1.2.3

Oh i think i was not clear. The interface nor my driver does any
packet filtering.
Every packet on wire is passed to LWIP.
But it seems that LWIP does ignore pings when there is bridgeif
between my driver and rest of the stack...

Is there any reason why my netif driver would work with LWIP in general,
ping, sockets, http, etc. without problem. But would fail when added to bridge?

My netif has following configuration:

netif->mtu = 1500;
netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_LINK_UP;


--
S pozdravem
Best regards
     Tomáš Mudruňka - SPOJE.NET s.r.o.



reply via email to

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