From 0beb0c501f13a986c839ba3e727c89ec15b239ee Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 14 Jan 2022 09:13:07 +0000 Subject: [PATCH] Add bpf_lpm_trie_key to aya codegen to generate bindings --- xtask/src/codegen/aya.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/xtask/src/codegen/aya.rs b/xtask/src/codegen/aya.rs index f1b74f3f..29a2f894 100644 --- a/xtask/src/codegen/aya.rs +++ b/xtask/src/codegen/aya.rs @@ -68,6 +68,7 @@ fn codegen_bindings(opts: &Options) -> Result<(), anyhow::Error> { "bpf_btf_info", "bpf_func_info", "bpf_line_info", + "bpf_lpm_trie_key", // BTF "btf_header", "btf_ext_info",