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 815a0e1 commit 3a6ccf9Copy full SHA for 3a6ccf9
main.go
@@ -91,4 +91,6 @@ func main() {
91
if err = w.attachXDP(); err != nil {
92
w.lg.Fatalf("unable to attach XDP program: ", err)
93
}
94
+ defer w.xdp.Detach()
95
+
96
0 commit comments