We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aca1a commit e1e2602Copy full SHA for e1e2602
nl/nl_linux.go
@@ -58,6 +58,8 @@ func (errDumpInterrupted) Error() string {
58
return "results may be incomplete or inconsistent"
59
}
60
61
+func (errDumpInterrupted) Temporary() bool { return true }
62
+
63
// Before errDumpInterrupted was introduced, EINTR was returned when a netlink
64
// response had NLM_F_DUMP_INTR. Retain backward compatibility with code that
65
// may be checking for EINTR using Is.
0 commit comments