|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBLWIP PATCH] liblwip: Fetch ip_addr, net mask and gw address
Hello Costin, On 10/7/19 9:50 PM, Costin Lupu wrote: Hi Sharan, This patch is overlapping with another pending patch [1] that will be needed for netfront. We need to coordinate on this one somehow. [1] https://patchwork.unikraft.org/patch/734711/ Oh I missed this patch. Since the other patch was in earlier, it would be wise take that in. Thanks & Regards Sharan Cheers, Costin On 10/7/19 1:00 PM, Sharan Santhanam wrote:The patch implements the operation to fetch the ipv4 address, net mask and ipv4 gateway address from the uk_netdev library. Signed-off-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> --- init.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/init.c b/init.c index 1447a2c..7d27f65 100644 --- a/init.c +++ b/init.c @@ -45,6 +45,7 @@ #endif /* CONFIG_LWIP_NOTHREADS */ #include "netif/uknetdev.h" #include <uk/init.h> +#include <arpa/inet.h>#if LWIP_NETIF_EXT_STATUS_CALLBACK && CONFIG_LWIP_NETIF_STATUS_PRINT _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |