Re: iwlwifi WARNING in dmesg

2025-06-09 Thread Chuck Tuffli
On Mon, Jun 9, 2025 at 4:28 PM Bjoern A. Zeeb wrote: > On Mon, 9 Jun 2025, Chuck Tuffli wrote: > > Hi, > > wireless@ is a better place for this. > > > I'm running a recent-ish -CURRENT (15.0-CURRENT > > main-n277741-898a886b4504) on a Framework 13 (Gen 11) and am seeing > > the following in dmesg

Re: iwlwifi WARNING in dmesg

2025-06-09 Thread Bjoern A. Zeeb
On Mon, 9 Jun 2025, Chuck Tuffli wrote: Hi, wireless@ is a better place for this. I'm running a recent-ish -CURRENT (15.0-CURRENT main-n277741-898a886b4504) on a Framework 13 (Gen 11) and am seeing the following in dmesg: Jun 9 15:23:29 chuck-laptop dhclient[61298]: New IP Address (wlan0): 1

Re: fibnum3

2025-06-09 Thread Paul Vixie
noting that we can't get rid of the conditional branch no matter whether we assign twice or assign once, regardless of whether the condition is expressed as a trinary expression or an if-else chain. i didn't mean to imply otherwise.

Re: fibnum3

2025-06-09 Thread Paul Vixie
On Monday, June 9, 2025 5:19:53 PM UTC Mark Johnston wrote: > On Mon, Jun 09, 2025 at 04:42:55AM +, Paul Vixie wrote: > > ... > I've made a number of inline comments. tyvm! this is precisely the kind of review i'd hoped for. see inline. > > - so->so_fibnum = head->so_fibnum; > > + if ((so

Re: fibnum3

2025-06-09 Thread Mark Johnston
On Mon, Jun 09, 2025 at 04:42:55AM +, Paul Vixie wrote: > ok so i've learned a lot by trying to get fibnum2 upstreamed. needed ipv6, > needed to be more minimalistic about unrelated changes, needed to keep in > synch with the freebsd-current tree -- the works. i also scrambled my git > tree

Re: dhclient vs aliases

2025-06-09 Thread Paul Procacci
On Mon, Jun 9, 2025 at 10:40 AM Andriy Gapon wrote: > > On 09/06/2025 17:26, Paul Procacci wrote: > > Re: > > https://forums.freebsd.org/threads/dhclient-trashing-alias-ip-address-upon-reconnect.58729/ > > > > You can use a dhclient.conf(5) entry like this to guarantee that the > > alias is re-ap

Re: dhclient vs aliases

2025-06-09 Thread Andriy Gapon
On 09/06/2025 17:26, Paul Procacci wrote: Re: https://forums.freebsd.org/threads/dhclient-trashing-alias-ip-address-upon-reconnect.58729/ You can use a dhclient.conf(5) entry like this to guarantee that the alias is re-applied every time the interface gets a new address from DHCP (or the old le

Re: dhclient vs aliases

2025-06-09 Thread Paul Procacci
Re: https://forums.freebsd.org/threads/dhclient-trashing-alias-ip-address-upon-reconnect.58729/ You can use a dhclient.conf(5) entry like this to guarantee that the alias is re-applied every time the interface gets a new address from DHCP (or the old lease is re-applied): Code: alias

[Bug 287395] bnxt(4): BCM57416 not active after 14.2 to 14.3 upgrade

2025-06-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287395 Mark Linimon changed: What|Removed |Added Keywords||regression Assignee|b...@

[Bug 276294] net/mpd5: crashes host when configured with PPPoE

2025-06-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276294 Tatsuki Makino changed: What|Removed |Added CC||tatsuki_mak...@hotmail.com --- Co