lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] How get the IPV6 gateway address from interface


From: Steph
Subject: [lwip-users] How get the IPV6 gateway address from interface
Date: Wed, 26 Sep 2018 08:06:34 -0700 (MST)

Hi,

*About Lwip 2.0.2*

1) I am looking how can I retrive the IPV6 gateway address from an interface
under LwIP. There are no field to store this information in the interface
structure.

2) I am not sur that the IPV4 gateway address in the interface structure is
provioned ?
#if LWIP_IPV4
  /** IP address configuration in network byte order */
  ip_addr_t ip_addr;
  ip_addr_t netmask;
  ip_addr_t gw;
#endif /* LWIP_IPV4 */

Br






--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html



reply via email to

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