Log from which IPs odd UDP packets come from
This commit is contained in:
parent
38bfd3f738
commit
3add0afa38
1 changed files with 1 additions and 1 deletions
2
l2tpns.c
2
l2tpns.c
|
|
@ -4937,7 +4937,7 @@ static void processppp(sessionidt s, uint8_t *buf, int len, uint8_t *p, int l, s
|
|||
return;
|
||||
}
|
||||
|
||||
LOG(1, s, t, "UDP packet contains session which is not opened. Dropping packet.\n");
|
||||
LOG(1, s, t, "UDP packet from %s contains session which is not opened. Dropping packet.\n", fmtaddr(addr->sin_addr.s_addr, 0));
|
||||
STAT(tunnel_rx_errors);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue