projects
/
l2tpns.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
missing newline
[l2tpns.git]
/
l2tpns.c
diff --git
a/l2tpns.c
b/l2tpns.c
index
e6d2ba4
..
72e71b2
100644
(file)
--- a/
l2tpns.c
+++ b/
l2tpns.c
@@
-4,7
+4,7
@@
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
// Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced
// vim: sw=8 ts=8
-char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.7
6 2005/01/10 07:17:37
bodea Exp $";
+char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.7
7 2005/01/10 07:45:03
bodea Exp $";
#include <arpa/inet.h>
#include <assert.h>
#include <arpa/inet.h>
#include <assert.h>
@@
-856,7
+856,7
@@
static void processipout(uint8_t * buf, int len)
if (sess_count[s].packets_dropped)
{
INC_STAT(tun_rx_dropped, sess_count[s].packets_dropped);
if (sess_count[s].packets_dropped)
{
INC_STAT(tun_rx_dropped, sess_count[s].packets_dropped);
- LOG(2, s, t, "Possible DoS attack on %s (%s); dropped %u packets.",
+ LOG(2, s, t, "Possible DoS attack on %s (%s); dropped %u packets.
\n
",
fmtaddr(ip, 0), sp->user, sess_count[s].packets_dropped);
}
fmtaddr(ip, 0), sp->user, sess_count[s].packets_dropped);
}