FreeBSD Bugzilla – Attachment 201212 Details for
Bug 233535
Fix refcount leak in IPv6 MLD code leading to loss of IPv6 connectivity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
commads to obtain debug info
mld.txt (text/plain), 3.72 KB, created by
Andrey V. Elsukov
on 2019-01-17 16:07:16 UTC
(
hide
)
Description:
commads to obtain debug info
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2019-01-17 16:07:16 UTC
Size:
3.72 KB
patch
obsolete
># ifmcstat -i re0 >re0: > inet 10.9.8.12 > igmpv2 > group 224.0.0.1 mode exclude > mcast-macaddr 01:00:5e:00:00:01 > inet6 fe80::1ebd:b9ff:fede:d7d%re0 scopeid 0x2 > mldv1 flags=2<USEALLOW> > group ff01::1%re0 scopeid 0x2 mode exclude > mcast-macaddr 33:33:00:00:00:01 > group ff02::1%re0 scopeid 0x2 mode exclude > mcast-macaddr 33:33:00:00:00:01 ># ifconfig re0 >re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 > options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> > ether 1c:bd:b9:de:0d:7d > inet6 fe80::1ebd:b9ff:fede:d7d%re0 prefixlen 64 scopeid 0x2 > inet 10.9.8.12 netmask 0xffffff00 broadcast 10.9.8.255 > media: Ethernet autoselect (1000baseT <full-duplex>) > status: active > nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> ># echo "fe80::1ebd:b9ff:fede:d7d%re0 is unreachable" >fe80::1ebd:b9ff:fede:d7d%re0 is unreachable ># vmstat -m | grep multi > ether_multi 34 3K - 45 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 22 3K - 25 32,256 ># sh ># while true; do >> ifconfig re0 inet6 fc00::1 >> sleep 3 >> vmstat -m | grep multi ; echo - >> done > ether_multi 49 4K - 60 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 30 4K - 33 32,256 >- > ether_multi 47 4K - 75 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 29 4K - 41 32,256 >- > ether_multi 52 5K - 90 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 31 5K - 49 32,256 >- > ether_multi 50 4K - 105 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 30 4K - 57 32,256 >- > ether_multi 55 5K - 120 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 32 5K - 65 32,256 >- > ether_multi 53 5K - 135 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 31 5K - 73 32,256 >- > ether_multi 56 5K - 150 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 32 5K - 81 32,256 >- > ether_multi 59 5K - 165 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 33 5K - 89 32,256 >- > ether_multi 64 5K - 180 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 35 6K - 97 32,256 >- > ether_multi 64 5K - 195 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 35 6K - 105 32,256 >- > ether_multi 62 5K - 210 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 34 5K - 113 32,256 >- > ether_multi 65 5K - 225 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 35 6K - 121 32,256 >- > ether_multi 70 6K - 240 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 37 6K - 129 32,256 >- >^C ># dmesg > dmesg.txt ># ifmcstat -i re0 >re0: > inet 10.9.8.12 > igmpv2 > group 224.0.0.1 mode exclude > mcast-macaddr 01:00:5e:00:00:01 > inet6 fe80::1ebd:b9ff:fede:d7d%re0 scopeid 0x2 > mldv1 flags=2<USEALLOW> > group ff01::1%re0 scopeid 0x2 mode exclude > mcast-macaddr 33:33:00:00:00:01 > group ff02::1%re0 scopeid 0x2 mode exclude > mcast-macaddr 33:33:00:00:00:01 ># vmstat -m | grep multi > ether_multi 64 5K - 255 16,32,64,128 > in_multi 2 1K - 3 256 > in6_multi 34 6K - 137 32,256 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 233535
:
200199
|
200658
|
200699
|
200753
|
200887
|
200956
|
201125
|
201210
|
201211
| 201212 |
201220
|
201221
|
201228