Re: [PATCH v2] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2025-07-11 14:58:19
Also in:
linux-hyperv, lkml
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2025-07-11 14:58:19
Also in:
linux-hyperv, lkml
On Fri, 11 Jul 2025 12:06:23 +0800 Li Tian [off-list ref] wrote:
Set an additional flag IFF_NO_ADDRCONF to prevent ipv6 addrconf.
Commit 8a321cf7becc6c065ae595b837b826a2a81036b9
("net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconf")Should be Fixes: tag since the reference commit caused the regression. Yes, it is a way to blame and track.