google / netstack

IPv4 and IPv6 userland network stack
Apache License 2.0
3.09k stars 279 forks source link

Empty tcpip/transport/udp/udp_packet_list.go #10

Closed nl5887 closed 6 years ago

nl5887 commented 6 years ago

The file tcpip/transport/udp/udp_packet_list.go is completely empty, which is being caused by commit https://github.com/honeytrap/netstack/commit/1b0eeb3624be20406e844de19a1bf88fa414faf8#diff-0d2fe350dc021793223f300782184eb0.

Contents of same file of this (previous) commit https://github.com/honeytrap/netstack/commit/3b6e095391d8de5e53d44bfa955f38f25d69f2ce#diff-0d2fe350dc021793223f300782184eb0 seems to work fine.

iangudger commented 6 years ago

Sorry for the breakage, we are looking into it.

iangudger commented 6 years ago

This should now be fixed.

iangudger commented 6 years ago

@nl5887, if this is fixed to your satisfaction, can you close this issue?

nl5887 commented 6 years ago

yes, thanks!