Re: [PATCH v2] hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 addrconf
From: Stephen Hemminger
Date: Fri Jul 11 2025 - 11:01:34 EST
On Fri, 11 Jul 2025 12:06:23 +0800
Li Tian <litian@xxxxxxxxxx> 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.