summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGhanan Gowripalan <ghanan@google.com>2021-04-30 17:03:25 -0700
committergVisor bot <gvisor-bot@google.com>2021-04-30 17:06:26 -0700
commiteb2b39f70287b2ee54127699fa34a06484aaed8b (patch)
tree26069fef2102406e2268652939156729b24452ae
parentea89cd38a11fc63b3ff397c9f5901fa541c8acb4 (diff)
Comment ip package in a single place
Fixes the below linting error: ``` From Golint: > Package ip has package comment defined in multiple places: > duplicate_address_detection.go > generic_multicast_protocol.go ``` PiperOrigin-RevId: 371430486
-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 (