Merge pull request #1006 from astoycos/tcx-return

codegen: add `tcx_action_base` enum to bindings
pull/1010/head
Dave Tucker 1 month ago committed by GitHub
commit 2a459a4005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -57,6 +57,7 @@ pub fn codegen(opts: &SysrootOptions, libbpf_dir: &Path) -> Result<(), anyhow::E
"user_pt_regs",
"user_regs_struct",
"xdp_action",
"tcx_action_base",
];
let vars = ["BPF_.*", "bpf_.*", "TC_ACT_.*", "SOL_SOCKET", "SO_.*"];

Loading…
Cancel
Save