Skip to content

Commit 282d443

Browse files
committed
add comment with tc opts values origin
1 parent 330f45e commit 282d443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selftest/tc/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func main() {
5454
os.Exit(-1)
5555
}
5656

57-
var tcOpts bpf.TcOpts
57+
var tcOpts bpf.TcOpts // https://elixir.bootlin.com/linux/v6.8.4/source/tools/testing/selftests/bpf/prog_tests/tc_bpf.c#L26
5858
tcOpts.ProgFd = int(tcProg.GetFd())
5959
tcOpts.Handle = 1
6060
tcOpts.Priority = 1

0 commit comments

Comments
 (0)