google / netstack

IPv4 and IPv6 userland network stack
Apache License 2.0
3.08k stars 278 forks source link

Hi, undefined pingPacketEntry? #3

Closed JackDiWu closed 6 years ago

JackDiWu commented 6 years ago

github.com\google\netstack\tcpip\transport\ping\endpoint.go:20 undefined pingPacketEntry

hugelgupf commented 6 years ago

@iangudger @amscanne

seems like a disparity between netstack and gvisor repos -- gvisor open sourced go_generics, but for the netstack repo we used to just use the generated files. in this case, netstack has neither, since we're using the new export workflow.

hugelgupf commented 6 years ago

Seems @amscanne fixed this a couple days ago.