The branch main has been updated by melifaro:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=6dc858d84c43294c6bea8eb8288deb1adda4d1f6

commit 6dc858d84c43294c6bea8eb8288deb1adda4d1f6
Author:     Alexander V. Chernikov <[email protected]>
AuthorDate: 2023-03-27 10:49:40 +0000
Commit:     Alexander V. Chernikov <[email protected]>
CommitDate: 2023-03-27 10:49:40 +0000

    netlink: remove forgotten debug message in handle_rtm_getroute().
    
    MFC after:      2 weeks
---
 sys/netlink/route/rt.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/netlink/route/rt.c b/sys/netlink/route/rt.c
index ef52dbf4edd6..1143ee581a31 100644
--- a/sys/netlink/route/rt.c
+++ b/sys/netlink/route/rt.c
@@ -588,8 +588,6 @@ handle_rtm_getroute(struct nlpcb *nlp, struct 
nl_parsed_route *attrs,
                        return (EINVAL);
        }
 
-       FIB_LOG(LOG_DEBUG, fibnum, family, "getroute called");
-
        rnh = rt_tables_get_rnh(fibnum, family);
        if (rnh == NULL)
                return (EAFNOSUPPORT);

Reply via email to