Date: Tue, 15 Sep 2009 22:25:19 +0000 (UTC) From: Qing Li <qingli@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet in.c src/sys/nfsclient nfs_vfsops.c Message-ID: <200909152225.n8FMPgfQ077602@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
qingli 2009-09-15 22:25:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/netinet in.c sys/nfsclient nfs_vfsops.c Log: SVN rev 197237 on 2009-09-15 22:25:19Z by qingli MFC r197210, 197212, 197235 The bootp code installs an interface address and the nfs client module tries to install the same address again. This extra code is removed, which was discovered by the removal of a call to in_ifscrub() in r196714. This call to in_ifscrub is put back here because the SIOCAIFADDR command can be used to change the prefix length of an existing alias. r197235 reverts file nfs_vfsops.c Reviewed by: kmacy Approved by: re Revision Changes Path 1.143.2.5 +11 -0 src/sys/netinet/in.c 1.226.2.2 +2 -0 src/sys/nfsclient/nfs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909152225.n8FMPgfQ077602>