Re: [lwip-users] ARP forwarding

2022-12-13 Thread Eric Koldeweij via lwip-users
Hello, You would need to implement a switch/bridge. LWIP is an IP stack which is something quite different. Implementing a L2 bridge is not difficult but you do need to know the theory and I suggest a lot of reading. I have implemented bridges on Xilinx FPGA's many times, with or without

Re: [lwip-users] ARP forwarding

2022-12-13 Thread Eric Koldeweij via lwip-users
Um. Yes, you are right. Regards, Eric. On 13-12-2022 20:19, Александр via lwip-users wrote: Thank you all very much. I’v got some experience of routing frames on FPGA, but didn’t use lwip for this purposes. Yes you are right — I need bridge. Forwarding data is not the main function of this