Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 1996 12:12:55 -0800 (PST)
From:      Guido van Rooij <guido>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/rpc pmap_rmt.c
Message-ID:  <199603172012.MAA02527@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
guido       96/03/17 12:12:54

  Modified:    lib/libc/rpc  pmap_rmt.c
  Log:
  Work around a bug in the Sun rpc code. This fixes a problem where
  a machine with aliase ip addresses on the same subnet of an
  interfaces' `real' ip addresses would generate <n> duplicate
  broadcasts in clnt_broadcast().
  Basically, this fix does a purge on the list of bradcast addresses.
  
  Revision  Changes    Path
  1.5       +12 -4     src/lib/libc/rpc/pmap_rmt.c



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