Lower log level of IPV6CP warning

Level 2 is actually often used.

Ref #10
This commit is contained in:
Samuel Thibault 2023-04-23 13:56:13 +02:00
parent 3a5bd840b2
commit b0a93e8809

2
ppp.c
View file

@ -1626,7 +1626,7 @@ void processipv6cp(sessionidt s, tunnelidt t, uint8_t *p, uint16_t l)
} }
else 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); STAT(tunnel_rx_errors);
return; return;
} }