From owner-svn-src-all@freebsd.org Fri May 11 01:21:49 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 800F5FAEB38; Fri, 11 May 2018 01:21:49 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 18F717BFF1; Fri, 11 May 2018 01:21:48 +0000 (UTC) (envelope-from des@des.no) Received: from next.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id 0FD9DB2BF; Fri, 11 May 2018 01:21:48 +0000 (UTC) Received: by next.des.no (Postfix, from userid 1001) id 5163480BA; Fri, 11 May 2018 03:21:46 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Rodney W. Grimes" Cc: rgrimes@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r333476 - head/sys/net In-Reply-To: <201805110101.w4B11m6w072994@pdx.rh.CN85.dnsmgr.net> (Rodney W. Grimes's message of "Thu, 10 May 2018 18:01:48 -0700 (PDT)") References: <201805110101.w4B11m6w072994@pdx.rh.CN85.dnsmgr.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (berkeley-unix) Date: Fri, 11 May 2018 03:21:46 +0200 Message-ID: <86po23vvf9.fsf@next.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 01:21:49 -0000 "Rodney W. Grimes" writes: > "Dag-Erling Sm=C3=B8rgrav" writes: > > In ifa_maintain_loopback_route(), don't needlessly log an error if we > > either failed to add a route because it already existed or failed to > > remove one because it did not. We still return an error code, though. > Those are the only conditions under which I have ever seen this code > log anything. These usually occur for me when a tunX device is going > down, the route gets ripped out long before maintain_loopback ever has > a chance to remove it. I have a few routers with hundreds of dynamically configured vlan interfaces, so I get a *lot* of these... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no