From b0a93e880951f13c034e3cabe65492c96f3fb829 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 23 Apr 2023 13:56:13 +0200 Subject: [PATCH] Lower log level of IPV6CP warning Level 2 is actually often used. Ref #10 --- ppp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppp.c b/ppp.c index f34a646..c987bb7 100644 --- a/ppp.c +++ b/ppp.c @@ -1626,7 +1626,7 @@ void processipv6cp(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l) } else { - LOG(2, s, t, "No interface identifier in IPV6CP request\n"); + LOG(3, s, t, "No interface identifier in IPV6CP request\n"); STAT(tunnel_rx_errors); return; }