[Bug 280097] Warning printed when FIBs are expanded is unhelpful and confusing

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 01 Aug 2024 17:50:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280097

--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit a48f7a2eb90b0812281e6d69bb05eb61433ea247
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2024-08-01 17:48:58 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2024-08-01 17:48:58 +0000

    fibs: Suppress the WARNING message for setups with multiple fibs

    Change 2d3982419593 switched net.add_addr_allfibs default to 0. The
    warning message is for potential users of the feature. Well since all
    supported releases have 0 as default, those potential users may have
    already gotten the notification, emitting this WARNING every time
    increasing the fib number is less useful but rather confusing to other
    users. So let's suppress it right now.

    PR:             280097
    Reviewed by:    markj
    Differential Revision:  https://reviews.freebsd.org/D45971

 sys/net/route/route_tables.c | 5 -----
 1 file changed, 5 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.