Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 2023 23:40:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 274426] route get command returns a zero even no route is found
Message-ID:  <bug-274426-7501-YISlZXwtPd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274426-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274426-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=3D274426

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org

--- Comment #1 from Mark Johnston <markj@FreeBSD.org> ---
Seems to work correctly on main:

markj@nuc> route -6 get ::
route: route has not been found
markj@nuc> echo $?
255

Presumably the difference here is that route(8) is using netlink by default.

--=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-274426-7501-YISlZXwtPd>