[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Passing ARP replies to host
From: |
goldsimon |
Subject: |
Re: [lwip-users] Passing ARP replies to host |
Date: |
Mon, 05 Nov 2018 20:39:15 +0100 |
User-agent: |
K-9 Mail for Android |
Am 5. November 2018 19:15:51 MEZ schrieb Martin Kortmann <address@hidden>:
>Hi,
>
>I have to copy and modify the code of etharp.c since several years.
>My problem with etharp.c is: My Ssstem includes one microcontroller
>(with lwip running on it) and several FPGAs. All of them are
>communicating via TCP/UDP, so i need one instance who can deliver the
>right ARP responses. And this one is the microcontroller.
>Unfortunately, the ARP implementation of lwip cannot be extended for
>this type of response. So i have to copy the code and modify it on
>every release of lwip.
It sounds like what you need would be the same extension as would be required
for ppp proxy app support.
If you have an interest in getting this supported, why don't you post a patch?
Lwip lives from people contributing useful things back!
Simon