Entries in dmesg are bonded: ``` key_acqdone: ACQ 3 is not found.key_acqdone: ACQ 5 is not found.key_acqdone: ACQ 6 is not found.key_acqdone: ACQ 3 is not found.key_acqdone: ACQ 5 is not found.key_acqdone: ACQ 6 is not found.key_acqdone: ACQ 3 is not found.key_acqdone: ACQ 5 is not found.key_acqdone: ACQ 6 is not found. igb0: promiscuous mode enabled igb0: promiscuous mode disabled key_acqdone: ACQ 394 is not found.key_acqdone: ACQ 396 is not found.key_acqdone: ACQ 397 is not found. key_acqdone: ACQ 921 is not found.key_acqdone: ACQ 923 is not found.key_acqdone: ACQ 924 is not found. ``` Some ipsec invocations end with \n: https://github.com/freebsd/freebsd/blob/1658622e7f48b6ac086e13a53c6d274608566af9/sys/netipsec/key.c#L1075 Some not: https://github.com/freebsd/freebsd/blob/1658622e7f48b6ac086e13a53c6d274608566af9/sys/netipsec/key.c#L6895
A commit references this bug: Author: ae Date: Fri Aug 9 08:58:09 UTC 2019 New revision: 350816 URL: https://svnweb.freebsd.org/changeset/base/350816 Log: Add missing new line in several log messages. PR: 239694 MFC after: 1 week Changes: head/sys/netipsec/key.c
A commit references this bug: Author: ae Date: Fri Aug 16 12:27:19 UTC 2019 New revision: 351116 URL: https://svnweb.freebsd.org/changeset/base/351116 Log: MFC r350816: Add missing new line in several log messages. PR: 239694 Changes: _U stable/12/ stable/12/sys/netipsec/key.c
Fixed in head/, stable/12 and stable/11. Thanks!
A commit references this bug: Author: ae Date: Fri Aug 16 12:28:38 UTC 2019 New revision: 351117 URL: https://svnweb.freebsd.org/changeset/base/351117 Log: MFC r350816: Add missing new line in several log messages. PR: 239694 Changes: _U stable/11/ stable/11/sys/netipsec/key.c