summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/network
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-05-01 00:10:20 +0000
committergVisor bot <gvisor-bot@google.com>2021-05-01 00:10:20 +0000
commit9baaf779a7d2dec381403175f1a687e66006c976 (patch)
tree76ec62bc514cc24e25559278ea6dff011a1db276 /pkg/tcpip/network
parent9930bcd7d8a7b94b56fae200bed5066097da7d63 (diff)
parenteb2b39f70287b2ee54127699fa34a06484aaed8b (diff)
Merge release-20210419.0-48-geb2b39f70 (automated)
Diffstat (limited to 'pkg/tcpip/network')
-rw-r--r--pkg/tcpip/network/internal/ip/generic_multicast_protocol.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go b/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go
index ac35d81e7..d22974b12 100644
--- a/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go
+++ b/pkg/tcpip/network/internal/ip/generic_multicast_protocol.go
@@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// Package ip holds IPv4/IPv6 common utilities.
package ip
import (