diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2020-04-16 17:26:12 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-16 17:27:19 -0700 |
commit | b33c3bb4a73974bbae4274da5100a3cd3f5deef8 (patch) | |
tree | b8944a624e88bcb4be7968f0a0898acd930eebca /pkg/tcpip/header/BUILD | |
parent | 0eda0104a5a7c95a36dd288199ec1e90be9d8be9 (diff) |
Return detailed errors when iterating NDP options
Test: header_test.TestNDPOptionsIterCheck
PiperOrigin-RevId: 306953867
Diffstat (limited to 'pkg/tcpip/header/BUILD')
-rw-r--r-- | pkg/tcpip/header/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/tcpip/header/BUILD b/pkg/tcpip/header/BUILD index 7094f3f0b..0cde694dc 100644 --- a/pkg/tcpip/header/BUILD +++ b/pkg/tcpip/header/BUILD @@ -21,6 +21,7 @@ go_library( "ndp_options.go", "ndp_router_advert.go", "ndp_router_solicit.go", + "ndpoptionidentifier_string.go", "tcp.go", "udp.go", ], |