[Bug 269643] ping: UDP connect: No route to host

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 18 Feb 2023 12:38:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269643

Graham Perrin <grahamperrin@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |net@FreeBSD.org
           Keywords|                            |needs-qa
                URL|                            |https://www.freebsd.org/rel
                   |                            |eases/13.0R/relnotes/#netwo
                   |                            |rk-general
                 CC|                            |grahamperrin@freebsd.org
             Status|New                         |Open

--- Comment #1 from Graham Perrin <grahamperrin@freebsd.org> ---
(In reply to crypt47 from comment #0)

> … from F12 to F13.1 …

Release notes for 13.1 should be read alongside notes for 13.0; there's a note
about the ping(8) and ping6(8) utilities. 

----

> … requires -4/-6 option to resolve names: …

I don't see the requirement: 

root@fuji:~ # freebsd-version -kru ; uname -aKU
13.1-RELEASE-p6
13.1-RELEASE-p6
13.1-RELEASE-p6
FreeBSD fuji 13.1-RELEASE-p6 FreeBSD 13.1-RELEASE-p6 GENERIC amd64 1301000
1301000
root@fuji:~ # ping -c 2 ya.ru
PING ya.ru (77.88.55.242): 56 data bytes
64 bytes from 77.88.55.242: icmp_seq=0 ttl=245 time=54.332 ms
64 bytes from 77.88.55.242: icmp_seq=1 ttl=245 time=54.695 ms

--- ya.ru ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 54.332/54.514/54.695/0.181 ms
root@fuji:~ #

-- 
You are receiving this mail because:
You are the assignee for the bug.