Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Aug 2024 16:58:55 +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-kRviVmx1Jh@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

Jeremy Cooper <jeremy.fbbg@baymoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|Closed                      |Open

--- Comment #13 from Jeremy Cooper <jeremy.fbbg@baymoo.org> ---
I am reopening this because the main problem was the content of the message,
not problems about when it is displayed. As it stands, the current solution
still retains the CONFUSING wording.

I propose that the warning be changed ever so slightly so that the user can
tell

1. When it was generated (when net.fibs is adjusted)
2. That the warning is a reminder, not the detection of a problem.

Can you please address this? I suggested the following message:

               printf("%s adjusted to %d. REMINDER: "
                       "Adding ifaddrs to all fibs has been turned off "
                       "by default. Consider tuning %s if needed\n",
                       "net.fibs",
                       num_tables,
                       "net.add_addr_allfibs");

--=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-kRviVmx1Jh>