[Bug 51680] nsi:nsi test_ip_neighbour() fails on unreachable link local entry

WineHQ Bugzilla wine-bugs at winehq.org
Wed Aug 25 12:16:08 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51680

--- Comment #2 from François Gouget <fgouget at codeweavers.com> ---
I have run the test with extra traces on cw-rx460/Windows 10 1507 and it does
not have this local link entry:

Windows 10 1507:
nsi.c:667: AF_INET: 0 InterfaceIndex=1 state=6/6 s_addr=224.0.0.22
nsi.c:667: AF_INET: 1 InterfaceIndex=1 state=6/6 s_addr=239.255.255.250
nsi.c:667: AF_INET: 2 InterfaceIndex=3 state=5/5 s_addr=10.42.42.1
nsi.c:667: AF_INET: 3 InterfaceIndex=3 state=4/4 s_addr=10.42.42.12
nsi.c:667: AF_INET: 4 InterfaceIndex=3 state=4/4 s_addr=10.42.42.133
nsi.c:667: AF_INET: 5 InterfaceIndex=3 state=6/6 s_addr=10.42.42.255
nsi.c:667: AF_INET: 6 InterfaceIndex=3 state=6/6 s_addr=224.0.0.22
nsi.c:667: AF_INET: 7 InterfaceIndex=3 state=6/6 s_addr=224.0.0.252
nsi.c:667: AF_INET: 8 InterfaceIndex=3 state=6/6 s_addr=239.255.255.250


Windows 10 21H1:
nsi.c:667: AF_INET: 0 InterfaceIndex=1 state=6/6 s_addr=224.0.0.22
nsi.c:667: AF_INET: 1 InterfaceIndex=1 state=6/6 s_addr=239.255.255.250
nsi.c:667: AF_INET: 2 InterfaceIndex=10 state=5/5 s_addr=10.42.42.1
nsi.c:667: AF_INET: 3 InterfaceIndex=10 state=4/4 s_addr=10.42.42.12
nsi.c:667: AF_INET: 4 InterfaceIndex=10 state=6/6 s_addr=10.42.42.255

nsi.c:667: AF_INET: 5 InterfaceIndex=10 state=0/0 s_addr=169.254.169.254

nsi.c:667: AF_INET: 6 InterfaceIndex=10 state=6/6 s_addr=224.0.0.22
nsi.c:667: AF_INET: 7 InterfaceIndex=10 state=6/6 s_addr=224.0.0.251
nsi.c:667: AF_INET: 8 InterfaceIndex=10 state=6/6 s_addr=224.0.0.252
nsi.c:667: AF_INET: 9 InterfaceIndex=10 state=6/6 s_addr=239.255.255.250

The only references I have found concerning 169.254.169.254 mention its use on
Amazon EC2. So I don't know why it would appear on this machine.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list