Lower log level of IPV6CP warning
Level 2 is actually often used. Ref #10
This commit is contained in:
parent
3a5bd840b2
commit
b0a93e8809
1 changed files with 1 additions and 1 deletions
2
ppp.c
2
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue