Browse Source

Merge pull request #162 from nimrodshn/add_bpf_lpm_trie_key_to_bindings

Add bpf_lpm_trie_key to bindings
Dave Tucker 3 years ago
parent
commit
13d3b5eea5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xtask/src/codegen/aya.rs

+ 1 - 0
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",