We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4161993 + a52ad4b commit 2a459a4Copy full SHA for 2a459a4
xtask/src/codegen/aya_ebpf_bindings.rs
@@ -57,6 +57,7 @@ pub fn codegen(opts: &SysrootOptions, libbpf_dir: &Path) -> Result<(), anyhow::E
57
"user_pt_regs",
58
"user_regs_struct",
59
"xdp_action",
60
+ "tcx_action_base",
61
];
62
let vars = ["BPF_.*", "bpf_.*", "TC_ACT_.*", "SOL_SOCKET", "SO_.*"];
63
0 commit comments