From owner-cvs-all Mon May 20 8: 1:35 2002 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 C9B2637B40B; Mon, 20 May 2002 08:01:22 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4KF1ML09770; Mon, 20 May 2002 08:01:22 -0700 (PDT) (envelope-from ume) Message-Id: <200205201501.g4KF1ML09770@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 20 May 2002 08:01:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/route route.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 ume 2002/05/20 08:01:21 PDT Modified files: sbin/route route.c Log: Try to guess prefixlen for guessable cases. - /0 if matches ::/128 - /64 if matches 2000::/3 and lowermost 64 bit is all 0 - /128 if matches 2000::/3 and lowermost 64 bit is non-zero 0 Obtained from: KAME/NetBSD Revision Changes Path 1.61 +33 -0 src/sbin/route/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message