From f3774678ff815b99d06c3c4185353d035b6ed12f Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 6 Jul 2023 08:38:28 -0400 Subject: compress static ip map for fnettrace at compile time --- src/fnettrace/radix.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fnettrace/radix.h') diff --git a/src/fnettrace/radix.h b/src/fnettrace/radix.h index d75fe3999..349d0e4b8 100644 --- a/src/fnettrace/radix.h +++ b/src/fnettrace/radix.h @@ -23,5 +23,7 @@ extern int radix_nodes; char *radix_longest_prefix_match(uint32_t ip); char *radix_add(uint32_t ip, uint32_t mask, char *name); +void radix_print(void); +void radix_squash(void); #endif -- cgit v1.2.3-70-g09d2