From nobody Thu Oct 12 23:40:22 2023 X-Original-To: net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4S65jM0cDlz4x56Q for ; Thu, 12 Oct 2023 23:40:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4S65jL5hp6z4QY6 for ; Thu, 12 Oct 2023 23:40:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1697154022; a=rsa-sha256; cv=none; b=s1vQmeLKcuticIzDjwoIl6MyWOX4oQLEcuEhXx3qTEQHHAVSEtPOSqxC7I/gadCkbmY06Z SCMM5rnZ5V1tjAadaHgS3Ld0jsgvuP+uSuDaUlXjOeATtOg7xZaM2lI97WsO49U4BjT6xU +zf/kJX+gArDi5a6rU8ucRvgfu5gPRqR7kXqbL4eFR4qQN1nSe1ZEAEwTm7YZncdog4izy F1KNsawj8kojewA2PX1xV9jWknamJKMU5Pex4XkHjjFCjisEwXoqzln95fd3crukBhO1DM cjBv1n3H1Alkzdvhu1kLDFyrLrc8H3RiZi3ubBkHbrUrUznEioobqC7h54aHAw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1697154022; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wQEXWtVlA9/ICB7wtpUEfAryN2fdXsh0/3FyIDOIs3E=; b=oNzdsK2zamOpdOPvq4yQRTuxxvzsQh4L7E9RxwtX8ajATsnhsDgn7b4Nm2jgsALneocM+i /OWUQLpY4sOEc1Qns5KjChM4apxjAPX4g6HUD9o+xKSrGKXXp0Z1/1NpXbr9oWoUkcHopO Z27RvpeKewWjyQkZtm229WCq7pS/r42x1SL8ZH6T3VeCl9NzsJ2AefvOQy/SZCnQXyVnwz Z0+U/T3wuo/VAmgHjS3DFdbcnFt0Ze7RtA6f11DFpXV386U4MUq1UOJoTvTdOe37f9vWbl hcQ4XfEQDnp10cFxoQZ/w/Tec6QGLXgBe8F4MQXkM9kgclKE7BZx6qrBFjCMqg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4S65jL4fbCz9Xl for ; Thu, 12 Oct 2023 23:40:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 39CNeMwd088368 for ; Thu, 12 Oct 2023 23:40:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 39CNeMCZ088367 for net@FreeBSD.org; Thu, 12 Oct 2023 23:40:22 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 274426] route get command returns a zero even no route is found Date: Thu, 12 Oct 2023 23:40:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 14.0-CURRENT X-Bugzilla-Keywords: ipv6, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274426 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- 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.=