From owner-freebsd-net@freebsd.org Wed Jun 8 15:34:56 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDE96B6F91B; Wed, 8 Jun 2016 15:34:56 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 549C31983; Wed, 8 Jun 2016 15:34:56 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from [192.168.243.2] ([192.168.243.2]) (authenticated bits=0) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPSA id u58FYqhs049168 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 8 Jun 2016 20:34:53 +0500 (YEKT) (envelope-from emz@norma.perm.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=norma.perm.ru; s=key; t=1465400093; bh=F8NHx4kf9SJSqevewiqrJTA/XvzS+l/vdetCfNC4bUs=; h=Subject:References:Cc:To:From:Date:In-Reply-To; b=iVgJBRk81/yK1XfdnJaJ0Pv6gYuyFjumTHefXgiqK6rPvhu+X4UAjrJgXxQFEvHh5 tuSVXoX6J/7VvPqQqlmhJe4ZXJ7ta7mTuVoadztggwwh50wwlAraH8ZL9hmxvhwh+y y2Z0zuB0AuPpt8N5oIVWKlQEtYU3ooWbeQPLSxpY= Subject: Re: cannot delete on-interface route in FIB References: <5757F6CF.7070807@norma.perm.ru> Cc: FreeBSD Net To: FreeBSD Stable ML From: "Eugene M. Zheganin" Message-ID: Date: Wed, 8 Jun 2016 20:34:57 +0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2016 15:34:57 -0000 Hi. On 08.06.2016 19:37, Alan Somers wrote: > What is the value of "sysctl net.add_addr_allfibs"? In your case, it > sounds like you want to set it to 0. Thanks a lot, looks like it, will try. Eugene.