Fix issues with IP range drop map.

This commit is contained in:
Christian Deacon
2025-03-13 08:08:22 -04:00
parent 5a6fff2ba6
commit e9e9027fe7
6 changed files with 15 additions and 16 deletions

View File

@@ -164,4 +164,4 @@ struct lpm_trie_key
{
u32 prefix_len;
u32 data;
} typedef LpmTrieKey;
} typedef lpm_trie_key_t;