https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239694
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: [email protected]
Reporter: [email protected]
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
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"