mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-17 00:00:59 -04:00
kernel-pfkey: be less verbose about unexpected sequence numbers
This commit is contained in:
parent
df919d50d0
commit
470aad7e0c
@ -1126,7 +1126,7 @@ static status_t pfkey_send_socket(private_kernel_pfkey_ipsec_t *this, int socket
|
|||||||
}
|
}
|
||||||
if (msg->sadb_msg_seq != this->seq)
|
if (msg->sadb_msg_seq != this->seq)
|
||||||
{
|
{
|
||||||
DBG1(DBG_KNL, "received PF_KEY message with unexpected sequence "
|
DBG2(DBG_KNL, "received PF_KEY message with unexpected sequence "
|
||||||
"number, was %d expected %d", msg->sadb_msg_seq,
|
"number, was %d expected %d", msg->sadb_msg_seq,
|
||||||
this->seq);
|
this->seq);
|
||||||
if (msg->sadb_msg_seq == 0)
|
if (msg->sadb_msg_seq == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user