diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2020-11-19 16:17:03 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-19 16:19:24 -0800 |
commit | 4cf7956dde56b29dda4ffd2b8bcb3aa6121c71c3 (patch) | |
tree | 804154e476353192bd7a88602ef5846f16c46b63 /pkg/tcpip/header/BUILD | |
parent | 49adf36ed7d301e8cbd312eaa69ef915731c9d03 (diff) |
Add types to parse MLD messages
Preparing for upcoming CLs that add MLD functionality.
Bug #4861
Test: header.TestMLD
PiperOrigin-RevId: 343391556
Diffstat (limited to 'pkg/tcpip/header/BUILD')
-rw-r--r-- | pkg/tcpip/header/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/tcpip/header/BUILD b/pkg/tcpip/header/BUILD index d87797617..ca6cbe41a 100644 --- a/pkg/tcpip/header/BUILD +++ b/pkg/tcpip/header/BUILD @@ -16,6 +16,7 @@ go_library( "ipv6.go", "ipv6_extension_headers.go", "ipv6_fragment.go", + "mld.go", "ndp_neighbor_advert.go", "ndp_neighbor_solicit.go", "ndp_options.go", @@ -58,6 +59,7 @@ go_test( srcs = [ "eth_test.go", "ipv6_extension_headers_test.go", + "mld_test.go", "ndp_test.go", ], library = ":header", |