From owner-freebsd-bugs@freebsd.org Thu Apr 22 08:29:53 2021 Return-Path: Delivered-To: freebsd-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 425195E4E4D for ; Thu, 22 Apr 2021 08:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4FQrFY1DTMz3KGc for ; Thu, 22 Apr 2021 08:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2A2C35E4F48; Thu, 22 Apr 2021 08:29:53 +0000 (UTC) Delivered-To: bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29F6F5E4E48 for ; Thu, 22 Apr 2021 08:29:53 +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 4FQrFY0WF9z3KDN for ; Thu, 22 Apr 2021 08:29:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EE82416B05 for ; Thu, 22 Apr 2021 08:29:52 +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 13M8TqiE008273 for ; Thu, 22 Apr 2021 08:29:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 13M8Tq7G008272 for bugs@FreeBSD.org; Thu, 22 Apr 2021 08:29:52 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: bugs@FreeBSD.org Subject: [Bug 255227] route(8) ignoring ifp parameter after upgrade from 12.2-RELEASE to 13.0-RELEASE Date: Thu, 22 Apr 2021 08:29:53 +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: 13.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: melifaro@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: melifaro@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2021 08:29:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255227 Alexander V. Chernikov changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |melifaro@FreeBSD.org --- Comment #1 from Alexander V. Chernikov --- Hi! Do I understand correctly that creating p2p gif0 interface & trying to use = the remote end as a gateway should trigger the problem? I'm trying the following with 13-S (don't have 13-R handy, will test later today): 8:25 [0] m@devel0 s ifconfig gif0 gif0: flags=3D8011 metric 0 mtu 1280 options=3D80000 inet 10.0.1.1 --> 10.0.1.2 netmask 0xffffffff groups: gif nd6 options=3D29 8:25 [0] m@devel0 netstat -4rnW | grep 10.0.1 10.0.1.1 link#4 UHS 152 16384 lo0 10.0.1.2 link#4 UH 149 1280 gif0 8:25 [0] m@devel0 s route add -net 172.16.0.0/24 10.0.1.2 add net 172.16.0.0: gateway 10.0.1.2 fib 0 8:25 [0] m@devel0 netstat -4rnW | grep 172.16.0.0 172.16.0.0/24 10.0.1.2 UGS 153 1280 gif0 8:25 [0] m@devel0 s route delete 172.16.0.0/24 delete net 172.16.0.0 fib 0 8:25 [0] m@devel0 s route add -net 172.16.0.0/24 10.0.1.2 -ifp gif0 add net 172.16.0.0: gateway 10.0.1.2 fib 0 8:25 [0] m@devel0 netstat -4rnW | grep 172.16.0.0 172.16.0.0/24 10.0.1.2 UGS 153 1280 gif0 Meanwhile, could you consider sharing `netstat -4rnW` output (at least for = 10.0 routes) after gif0 creation? Also: could you please clarify the reason of adding `-ifp gif0`? --=20 You are receiving this mail because: You are the assignee for the bug.=