]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
dco: move message to DCO debug level and reword a bit
authorAntonio Quartulli <a@unstable.cc>
Fri, 12 Aug 2022 13:06:57 +0000 (15:06 +0200)
committerGert Doering <gert@greenie.muc.de>
Sat, 13 Aug 2022 19:00:58 +0000 (21:00 +0200)
This message is purely a debug message, so it should go to the
appropriate log level. At the same time make it more clear.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20220812130657.29899-11-a@unstable.cc>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24893.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/dco_linux.c

index 9212339e9fd68e5b858e0ceded9610fc24b36978..98e10507b08ef0b7e22aee41585870b6395d03a4 100644 (file)
@@ -760,7 +760,8 @@ ovpn_handle_msg(struct nl_msg *msg, void *arg)
     uint32_t ifindex = nla_get_u32(attrs[OVPN_ATTR_IFINDEX]);
     if (ifindex != dco->ifindex)
     {
-        msg(D_DCO, "ovpn-dco: received message type %d with mismatched ifindex %d\n",
+        msg(D_DCO_DEBUG,
+            "ovpn-dco: ignoring message (type=%d) for foreign ifindex %d",
             gnlh->cmd, ifindex);
         return NL_SKIP;
     }