Date: Wed, 09 Sep 2009 12:19:28 -0700 From: Oleksandr Tymoshenko <gonzo@bluezbox.com> To: freebsd-net@freebsd.org Subject: NFSROOT is broken after r196714 Message-ID: <4AA7FFC0.6070302@bluezbox.com>
next in thread | raw e-mail | index | archive | help
r196714 breaks NFSROOT in -CURRENT. When nfsclient tries to initialize interface calling ifioctl at nfsclient/nfs_vfsops.c:466 it fails with EEXIST (because route is already present I guess). I fixed it in my tree by checking for error code in mount_nfsroot, but may be it's ifioctl(SIOCAIFADDR) that should handle this case. -- gonzo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AA7FFC0.6070302>