]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dco: avoid printing mi prefix on debug messages
authorGianmarco De Gregori <gianmarco@mandelbit.com>
Tue, 2 Sep 2025 11:59:49 +0000 (13:59 +0200)
committerGert Doering <gert@greenie.muc.de>
Tue, 2 Sep 2025 16:48:11 +0000 (18:48 +0200)
commit9e9ba09adbe08e93d91d8340efe63bae978f5f34
tree9eb3a344d6124f01736a8b51017a7ed694d925a4
parent3bc0b2d0aea742640a1acf97fc4b41726b88ce96
dco: avoid printing mi prefix on debug messages

On messages printed for async DCO events, the currently-set mi prefix
does not (always) belong to the peer that the async messages refer to,
creating confusion.

To avoid this, the M_NOIPREFIX flag is now used along with msglevel.

Change-Id: I84a73d625c79d6a6a19122e48c91960dbe01ec49
Signed-off-by: Gianmarco De Gregori <gianmarco@mandelbit.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20250902115954.29021-1-gert@greenie.muc.de>
URL: https://sourceforge.net/p/openvpn/mailman/message/59228149/
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/dco_linux.c
src/openvpn/sig.c