From owner-svn-src-all@freebsd.org Sat Apr 2 15:40:02 2016 Return-Path: Delivered-To: svn-src-all@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 BB09EB00805; Sat, 2 Apr 2016 15:40:02 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9660D125D; Sat, 2 Apr 2016 15:40:02 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-253-185.lns20.per4.internode.on.net [121.45.253.185]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id u32FdpYu035180 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sat, 2 Apr 2016 08:39:54 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: svn commit: r297326 - head/sys/nfs To: Ian Lepore , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201603272316.u2RNGbwi018381@repo.freebsd.org> From: Julian Elischer Message-ID: <56FFE7C1.2030904@freebsd.org> Date: Sat, 2 Apr 2016 23:39:45 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <201603272316.u2RNGbwi018381@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 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: Sat, 02 Apr 2016 15:40:02 -0000 On 28/03/2016 7:16 AM, Ian Lepore wrote: > The theory here is that since we can only have one default route, the one > most likely to be correct for mounting the rootfs is the one that was > delivered along with the rootpath option. We can have multiple default routes with weights, and we can have different default routes in different fibs. since interfaces can have fibs assigned to them you need to install the new default if it is useable in the fib of the interface. This is complicated and most companies that use these features have special code to do it.. >