Re: svn commit: r297326 - head/sys/nfs

2016-04-02 Thread Ian Lepore
On Sat, 2016-04-02 at 23:39 +0800, Julian Elischer wrote: > 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

Re: svn commit: r297326 - head/sys/nfs

2016-04-02 Thread Julian Elischer
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 ca

svn commit: r297326 - head/sys/nfs

2016-03-27 Thread Ian Lepore
Author: ian Date: Sun Mar 27 23:16:37 2016 New Revision: 297326 URL: https://svnweb.freebsd.org/changeset/base/297326 Log: Do not try to install a default route for each interface found, because only the first one will actually work and all the others just result in errors (which would get p