Update hard-code config and types.
This commit is contained in:
@@ -152,4 +152,9 @@ struct filter_log_event
|
||||
|
||||
u64 pps;
|
||||
u64 bps;
|
||||
} typedef filter_log_event_t;
|
||||
} typedef filter_log_event_t;
|
||||
|
||||
struct lpm_trie_key {
|
||||
u32 prefix_len;
|
||||
u32 data;
|
||||
} typedef LpmTrieKey;
|
||||
Reference in New Issue
Block a user