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

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to