diff --git a/xtask/src/codegen/aya_bpf_bindings.rs b/xtask/src/codegen/aya_bpf_bindings.rs index 879cd5bf..bdcf6d3f 100644 --- a/xtask/src/codegen/aya_bpf_bindings.rs +++ b/xtask/src/codegen/aya_bpf_bindings.rs @@ -37,7 +37,7 @@ pub fn codegen(opts: &Options) -> Result<(), anyhow::Error> { .constified_enum("BPF_FIB_.*") .constified_enum("BPF_FLOW_.*"); - let types = ["bpf_map_.*", "sk_action", "pt_regs"]; + let types = ["bpf_map_.*", "sk_action", "pt_regs", "xdp_action"]; let vars = ["BPF_.*", "bpf_.*"]; for x in &types {