NetBSD Problem Report #42257

From www@NetBSD.org  Tue Nov  3 01:47:43 2009
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 3BD1C63C3FB
	for <gnats-bugs@gnats.netbsd.org>; Tue,  3 Nov 2009 01:47:43 +0000 (UTC)
Message-Id: <20091103014742.EB4FE63BA3B@www.NetBSD.org>
Date: Tue,  3 Nov 2009 01:47:42 +0000 (UTC)
From: zhuizhuhaomeng@163.com
Reply-To: zhuizhuhaomeng@163.com
To: gnats-bugs@NetBSD.org
Subject: radix mpath does not work properly
X-Send-Pr-Version: www-1.0

>Number:         42257
>Category:       kern
>Synopsis:       radix mpath does not work properly
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 03 01:50:00 +0000 2009
>Originator:     lijunlong
>Release:        NetBSD 2.0
>Organization:
Ruijie Network LTD
>Environment:
CYGWIN_NT-5.1

>Description:
if there are one 128bit length host route exist and we add two network route which will conver the host route; then the kernel will print the log:Non-unique normal route, mask not entered
>How-To-Repeat:
enable radix mpath on the system(define RADIX_MPATH)
enable radix debug               (define RN6_DEBUG)
the tow macro will affect radix.c on the system

add the host route
ipv6 route 2192:168:5::1/128 VLAN 1 FE80::2D0:F8FF:FE22:33AB 

add the network route
ipv6 route 2192:168:5::0/48 VLAN 1 FE80::2D0:F8FF:FE22:33AB 
ipv6 route 2192:168:5::0/48 VLAN 2 FE80::2D0:F8FF:FE22:33AB 
then the kernel print the message : Non-unique normal route, mask not entered. 

the message is from the radix.c 
>Fix:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.