masibw

Results 9 issues of masibw

Hi. Thanks for creating good oss. I know commit messages of #76 said about how to create tc(traffic control) program. But, I think it's not satisfactory and should write to...

Hi, I added functions to make test programs that return the number of attached programs.

Hi team, this PR solve #297. We have to use the table's file descriptor when using `BPF_HASH_OF_MAPS` or `BPF_ARRAY_OF_MAPS`. But now gobpf doesn't have the method. And also we have...

Hi all, thanks for the good library. I wanna use `ARRAY_OF_MAPS` and `HASH_OF_MAPS`. I think I have to provide a file descriptor of the maps. But I think there is...

We have created a pkgcache to know if we have already read the pkg, and if we have read the pkg and know if there is a query in the...

For example ``` err := cnn.QueryRow("SELECT job_id, name FROM Jobs WHERE job_id = ?", person.JobID).Scan(&job.JobID, &job.Name)//goone:ignore ``` If it says //goone:ignore, we don't know if SQL is called in the...

fixes: #44610 **- What I did** I changed a log level from DEBUG to WARN and added the DNS addr and query to log. **- How I did it** **-...

status/2-code-review
area/networking

fixes: #44269 **- What I did** Can marshal and unmarshal when args.fields is empty. **- How I did it** When marshal, use `make(map[string]map[string]bool, 0)` instead of return `byte[]{}`. When unmarshal,...

Hi Team. original git-pr-release support squashed PRs in [this](https://github.com/x-motemen/git-pr-release/pull/60). I think this action does not support any options.