[Bug 280097] Warning printed when FIBs are expanded is unhelpful and confusing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Aug 2024 17:41:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280097 --- Comment #17 from Jeremy Cooper <jeremy.fbbg@baymoo.org> --- (In reply to Zhenlei Huang from comment #15) Also I want to clear up a misunderstanding you may have. You wrote: > The `adjusted to` is redundant. When doing the tuning > ``` > # sysctl net.fibs=2 > net.fibs: 1 -> 2 > ``` > The console should print the new value (by default). If you `sysctl` to set the variable, sure. It will give you immediate feedback about the old and new values. But what about when the variable was set AT BOOT, by `/boot/loader.conf`? My /boot/loader.conf is ``` net.fibs=2 ``` and it triggers this warning at boot. That's what has been so irritating. -- You are receiving this mail because: You are the assignee for the bug.