aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xt_FULLCONENAT.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xt_FULLCONENAT.c b/xt_FULLCONENAT.c
index d0e0708..d54395b 100644
--- a/xt_FULLCONENAT.c
+++ b/xt_FULLCONENAT.c
@@ -277,10 +277,10 @@ static void handle_dying_tuples(void) {
port = be16_to_cpu((ct_tuple->src).u.udp.port);
mapping = get_mapping_by_int_src(ip, port);
if (mapping != NULL) {
- pr_debug("xt_FULLCONENAT: handle_dying_tuples(): dying conntrack at ext port %d\n", mapping->port);
+ pr_debug("xt_FULLCONENAT: handle_dying_tuples(): INBOUND dying conntrack at ext port %d\n", mapping->port);
}
} else {
- pr_debug("xt_FULLCONENAT: handle_dying_tuples(): dying conntrack at ext port %d\n", mapping->port);
+ pr_debug("xt_FULLCONENAT: handle_dying_tuples(): OUTBOUND dying conntrack at ext port %d\n", mapping->port);
}
if (mapping == NULL) {