You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stringification code for headerType (under pkg/tcpip/stack).
This was changed [when a new headertype (virtionetheader) was added](c06c9de#diff-18df233b2766aad71cf642c99506a0f1b3001e1cff462e57d0deb7c4839301c8, but the `_headerType_index` array wasn't updated correctly.
I've fixed this by re-running stringer:
```
cd pkg/tcpip/stack
go run golang.org/x/tools/cmd/stringer -type headerType .
```
0 commit comments