[Bug 239694] Some ipseclog() invocations miss newline

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 7 12:50:02 UTC 2019


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: bugs at FreeBSD.org
          Reporter: kwiat3k at 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/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.


More information about the freebsd-bugs mailing list