Date: Thu, 01 Aug 2024 17:50:26 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 280097] Warning printed when FIBs are expanded is unhelpful and confusing Message-ID: <bug-280097-7501-xKUeNtL8HV@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280097-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-280097-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280097 --- Comment #9 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Da48f7a2eb90b0812281e6d69bb05eb614= 33ea247 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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280097-7501-xKUeNtL8HV>