From owner-cvs-lib Sun Mar 17 12:13:06 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02543 for cvs-lib-outgoing; Sun, 17 Mar 1996 12:13:06 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02527 Sun, 17 Mar 1996 12:12:55 -0800 (PST) Date: Sun, 17 Mar 1996 12:12:55 -0800 (PST) From: Guido van Rooij Message-Id: <199603172012.MAA02527@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/rpc pmap_rmt.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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