lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #10430] arp: support a proxy ARP IP address on the n


From: Andrew Tridgell
Subject: [lwip-devel] [patch #10430] arp: support a proxy ARP IP address on the netif
Date: Tue, 9 Jan 2024 23:52:11 -0500 (EST)

URL:
  <https://savannah.nongnu.org/patch/?10430>

                 Summary: arp: support a proxy ARP IP address on the netif
                   Group: lwIP - A Lightweight TCP/IP stack
               Submitter: tridge
               Submitted: Wed 10 Jan 2024 04:52:11 AM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 10 Jan 2024 04:52:11 AM UTC By: Andrew Tridgell <tridge>
allows (for example) for a PPP <-> ethernet gateway to support proxy ARP. This
is simpler than the (currently disabled) proxyarp support built into PPP in
lwip and more general purpose. 
To use this the application should call netif_set_proxyarp() on the interface
that should present the extra IP address, this will usually be a primary
ethernet interface. When used with PPP the IP passed in should be the IP
address of the remote end of the PPP link.

This feature is enabled with the ARP_PROXYARP_SUPPORT define.







    _______________________________________________________
File Attachments:


-------------------------------------------------------
Name: 0001-arp-support-a-proxy-ARP-IP-address-on-the-netif.patch  Size: 5KiB
<http://savannah.nongnu.org/patch/download.php?file_id=55549>

    AGPL NOTICE

These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-674318988de1484e7bf702bfab8336fb35fb4650.tar.gz

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?10430>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

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