Skip to content

Commit 7c364cc

Browse files
committed
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 . ```
1 parent c07c524 commit 7c364cc

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pkg/tcpip/stack/headertype_string.go

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)