We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062b3fc commit c23fdc4Copy full SHA for c23fdc4
pkg/netlinksafe/netlink.go
@@ -13,6 +13,11 @@
13
// by netlink functions along with the EINTR. So, it's not possible to do
14
// anything but retry. After maxAttempts the EINTR will be returned to the
15
// caller.
16
+
17
+// SPDX-License-Identifier: Apache-2.0
18
+// Copyright Docker, Inc.
19
+// Copied from https://github.com/moby/moby/blob/edaa0eb56d7e749df81bd3dcc2945b81e911b52e/internal/nlwrap/nlwrap_linux.go
20
21
package netlinksafe
22
23
import (
0 commit comments