summaryrefslogtreecommitdiffstats
path: root/src/plugins/nat/nat_ipfix_logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/nat/nat_ipfix_logging.h')
-rw-r--r--src/plugins/nat/nat_ipfix_logging.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/nat/nat_ipfix_logging.h b/src/plugins/nat/nat_ipfix_logging.h
index a5cdb1a3c1a..7b5049e0545 100644
--- a/src/plugins/nat/nat_ipfix_logging.h
+++ b/src/plugins/nat/nat_ipfix_logging.h
@@ -35,8 +35,6 @@ typedef enum {
MAX_SESSION_ENTRIES = 1,
MAX_BIB_ENTRIES = 2,
MAX_ENTRIES_PER_USER = 3,
- MAX_FRAGMENTS_PENDING_REASSEMBLY = 5,
- MAX_FRAGMENTS_PENDING_REASSEMBLY_IP6,
} quota_exceed_event_t;
typedef struct {
@@ -128,10 +126,6 @@ void snat_ipfix_logging_max_entries_per_user(u32 thread_index,
u32 limit, u32 src_ip);
void nat_ipfix_logging_max_sessions(u32 thread_index, u32 limit);
void nat_ipfix_logging_max_bibs(u32 thread_index, u32 limit);
-void nat_ipfix_logging_max_fragments_ip4(u32 thread_index,
- u32 limit, ip4_address_t * src);
-void nat_ipfix_logging_max_fragments_ip6(u32 thread_index,
- u32 limit, ip6_address_t * src);
void nat_ipfix_logging_nat64_session(u32 thread_index,
ip6_address_t * src_ip,
ip4_address_t * nat_src_ip, u8 proto,