aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/debug.c5
-rw-r--r--lib/syserr.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/debug.c b/lib/debug.c
index b3850f9..83423dc 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -26,6 +26,11 @@ static const struct log_info_cat default_categories[] = {
.description = "SGSN Emulator",
.enabled = 1, .loglevel = LOGL_NOTICE,
},
+ [DICMP6] = {
+ .name = "DICMP6",
+ .description = "ICMPv6",
+ .enabled = 1, .loglevel = LOGL_DEBUG,
+ },
};
const struct log_info log_info = {
diff --git a/lib/syserr.h b/lib/syserr.h
index 0c50a5f..adc5840 100644
--- a/lib/syserr.h
+++ b/lib/syserr.h
@@ -19,6 +19,7 @@ enum {
DTUN,
DGGSN,
DSGSN,
+ DICMP6,
};
#define SYS_ERR(sub, pri, en, fmt, args...) \