Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2022 16:57:35 +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-eo3CB6Ikzy@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 #24 from Zhenlei Huang <zlei.huang@gmail.com> ---
I suspect some multicast packets are discarded.

Can you do a tcpdump capture on D while ping6 A -> B, and ping6 A -> D ?
Make sure clear neighbor cache on both side before every ping.

tcpdump listerning on D:
```
# tcpdump -nvei mce0
```


For A -> B:
```
# ndp -c # on B
```

```
# ndp -c # on A
# ping6 -c1 <PREFIX>::12
# ndp -na
```

For A -> D:
```
# ndp -c # on D
```

```
# ndp -c # on A
# ping6 -c1 <PREFIX>::10
# ndp -na
```

You can omit the <PREFIX> . Or send the pcap privately to my FreeBSD email
zlei@FreeBSD.org

--=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-eo3CB6Ikzy>