Date: Wed, 07 Aug 2019 12:50:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 239694] Some ipseclog() invocations miss newline Message-ID: <bug-239694-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239694 Bug ID: 239694 Summary: Some ipseclog() invocations miss newline Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: kwiat3k@panic.pl 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/1658622e7f48b6ac086e13a53c6d2746085= 66af9/sys/netipsec/key.c#L1075 Some not: https://github.com/freebsd/freebsd/blob/1658622e7f48b6ac086e13a53c6d2746085= 66af9/sys/netipsec/key.c#L6895 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239694-227>