Closed tyrone-wu closed 1 month ago
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | 985caaadf85fcff0cd5b32187a9700e0fe796465 |
Latest deploy log | https://app.netlify.com/sites/aya-rs-docs/deploys/6708547bd71a450008ccfa80 |
Deploy Preview | https://deploy-preview-1053--aya-rs-docs.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Adds the following to codegen:
bpf_cgroup_iter_order
: used inbpf_link_info.iter.group.order
NFPROTO_*
: used inbpf_link_info.netfilter.pf
nf_inet_hooks
: used inbpf_link_info.netfilter.hooknum
linux/netfilter.h
is included inaya-obj/include/linux_wrapper.h
forNFPROTO_.*
andnf_inet_hooks
to generate.This is all that's left for
bpf_link_info
. 🙃