Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2022 22:06:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 265857] qlnxe: no IPV6 pings between nodes on the same switch until an IPv4 address is set
Message-ID:  <bug-265857-7501-eiDo9qk2uY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265857-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265857-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=3D265857

--- Comment #1 from benoitc <benoitc@enki-multimedia.eu> ---
looking at the source code:

https://cgit.freebsd.org/src/tree/sys/dev/qlnx/qlnxe/qlnx_os.c#n2675
it seems that this snippet initialising the ha record :

```
ifp->if_flags |=3D IFF_UP;
                        if (!(ifp->if_drv_flags & IFF_DRV_RUNNING)) {
                                QLNX_LOCK(ha);
                                qlnx_init_locked(ha);
                                QLNX_UNLOCK(ha);
                        }
```

should also be added to=20
https://cgit.freebsd.org/src/tree/sys/dev/qlnx/qlnxe/qlnx_os.c#n2687

otherwise I am not sure when this is correctly initialised using an IPv6
address. Thoughts?

--=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-265857-7501-eiDo9qk2uY>