Browse Source

Merge pull request #1006 from astoycos/tcx-return

codegen: add `tcx_action_base` enum to bindings
Dave Tucker 7 months ago
parent
commit
2a459a4005
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xtask/src/codegen/aya_ebpf_bindings.rs

+ 1 - 0
xtask/src/codegen/aya_ebpf_bindings.rs

@@ -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_.*"];