From nobody Fri Nov 12 17:22:53 2021 X-Original-To: dev-commits-src-all@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 B671418533AB; Fri, 12 Nov 2021 17:23:00 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (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 (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HrQQX1YZ3z4Rq7; Fri, 12 Nov 2021 17:23:00 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 1ACHMrg1099255 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 12 Nov 2021 09:22:53 -0800 (PST) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 1ACHMrHL099254; Fri, 12 Nov 2021 09:22:53 -0800 (PST) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Fri, 12 Nov 2021 09:22:53 -0800 From: Gleb Smirnoff To: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 9c89392f12d7 - main - Add in_localip_fib(), in6_localip_fib(). Message-ID: References: <202111121707.1ACH7NiQ082571@gitrepo.freebsd.org> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202111121707.1ACH7NiQ082571@gitrepo.freebsd.org> X-Rspamd-Queue-Id: 4HrQQX1YZ3z4Rq7 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US]; local_wl_from(0.00)[freebsd.org] X-ThisMailContainsUnwantedMimeParts: N On Fri, Nov 12, 2021 at 05:07:23PM +0000, Gleb Smirnoff wrote: T> commit 9c89392f12d707db8992ff8017d397bd8b0cd69b T> Author: Gleb Smirnoff T> AuthorDate: 2021-11-12 16:59:42 +0000 T> Commit: Gleb Smirnoff T> CommitDate: 2021-11-12 16:59:42 +0000 T> T> Add in_localip_fib(), in6_localip_fib(). T> T> Check if given address/FIB exists locally. T> T> Reviewed by: melifaro T> Differential revision: https://reviews.freebsd.org/D32913 Should have been https://reviews.freebsd.org/D32933 Sorry -- Gleb Smirnoff