Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2009 01:01:03 +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:  <200909150102.n8F1246p010874@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
qingli      2009-09-15 01:01:03 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in.c 
    sys/nfsclient        nfs_vfsops.c 
  Log:
  SVN rev 197210 on 2009-09-15 01:01:03Z by qingli
  
  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.
  
  Reviewed by:    kmacy
  
  Revision  Changes    Path
  1.148     +11 -0     src/sys/netinet/in.c
  1.227     +4 -0      src/sys/nfsclient/nfs_vfsops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909150102.n8F1246p010874>