From owner-cvs-all Mon Oct 1 11: 4: 4 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D8937B406; Mon, 1 Oct 2001 11:03:57 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91I3vx93916; Mon, 1 Oct 2001 11:03:57 -0700 (PDT) (envelope-from jlemon) Message-Id: <200110011803.f91I3vx93916@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 1 Oct 2001 11:03:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/driver i4b_ispppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/10/01 11:03:57 PDT Modified files: sys/i4b/driver i4b_ispppsubr.c Log: sppp rewrites the interface's ip address directly; this breaks when the address is looked up via a hash table. Add a hack to move the entry to a new hash bucket when the address changes. Submitted by: tmm Revision Changes Path 1.12 +8 -2 src/sys/i4b/driver/i4b_ispppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message