[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LWIP PATCH 3/4] patches: Add ipi_spec_dst field to struct in_pktinfo
Hi Costin,There is a problem encounter when applying this patch to the origin caused by CRLF line break, but it can be solved on upstream. Best, Roxana On 06.12.2019 15:23, Costin Lupu wrote: Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- ...lude-lwip-sockets.h-Add-ipi_spec_dst-field-to.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 patches/0004-src-include-lwip-sockets.h-Add-ipi_spec_dst-field-to.patch diff --git a/patches/0004-src-include-lwip-sockets.h-Add-ipi_spec_dst-field-to.patch b/patches/0004-src-include-lwip-sockets.h-Add-ipi_spec_dst-field-to.patch new file mode 100644 index 0000000..6e46cf5 --- /dev/null +++ b/patches/0004-src-include-lwip-sockets.h-Add-ipi_spec_dst-field-to.patch @@ -0,0 +1,10 @@ +--- a/src/include/lwip/sockets.h ++++ b/src/include/lwip/sockets.h +@@ -327,6 +327,7 @@ + #if LWIP_IPV4 + struct in_pktinfo { + unsigned int ipi_ifindex; /* Interface index */ ++ struct in_addr ipi_spec_dst; /* Routing destination address */ + struct in_addr ipi_addr; /* Destination (from header) address */ + }; + #endif /* LWIP_IPV4 */ _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |