|
From: | Jan Breuer |
Subject: | Re: [lwip-devel] Missing ip4_2_ip and ip6_2_ip |
Date: | Mon, 28 Sep 2015 11:34:38 +0200 |
Jan Breuer wrote:
you remove ip4_2_ip and ip6_2_ip functions. I understand that they are not used in LwIP core, but they were usefull functions.
I don't want to waste space for example in configuration EEPROM. I store static IPv4 addresses in ip4_addr_t. Now I have hard times to convert them to ip_addr_t.
Can't you use ip_addr_copy_from_ip4/6 instead? The ip4/6_2_ip functions were kind of broken in their parameter/return values, I don't really want to reintroduce them.
[Prev in Thread] | Current Thread | [Next in Thread] |