From owner-cvs-all Mon Apr 26 2: 5:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32CAE1504E; Mon, 26 Apr 1999 02:05:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA86283; Mon, 26 Apr 1999 02:05:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904260905.CAA86283@freefall.freebsd.org> From: Peter Wemm Date: Mon, 26 Apr 1999 02:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net radix.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/04/26 02:05:32 PDT Modified files: sys/net radix.c Log: Temporary hack. The radix code shouldn't need this, it should be able to expand the zeros, ones etc masks on the fly. It seems a good number of domains don't set the rn_maxkey variable anyway, and because this is a domain itself, there is no guarantee we've been called after a protocol that actually has set it (ie: inet), so start with a maxkey of a relatively sane size as a base point until it can adapt on the fly. Revision Changes Path 1.16 +2 -1 src/sys/net/radix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message