Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 1998 10:50:03 -0700 (PDT)
From:      fetch@muffin.arcadia.spb.ru
To:        freebsd-bugs@FreeBSD.ORG
Subject:   Re:kern/7578:
Message-ID:  <199808141750.KAA25357@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/7578; it has been noted by GNATS.

From: fetch@muffin.arcadia.spb.ru
To: freebsd-gnats-submit@freebsd.org, fetch@muffin.arcadia.spb.ru
Cc:  Subject: Re:kern/7578:
Date: Fri, 14 Aug 1998 21:54:53 +0400 (MSD)

 Pardon for pretty lame report. Apparently it happens not the
 cloned routes cleaning. I don't know whether RTF_PRCLONING
 flag should be set when making interface up on configuration
 but when I'm configuring interface or adding an alias on
 it, rtrequest adds rtentry without RTF_PRCLONING flag set,
 also when deleting interface, rtrequest_delete doesn't
 checks thru the tree for cloned routes and routes cloned
 from interface that's already gone remain intact in
 routing table.
 Well, in fact even hacked rtreqeust_delete (do not check
 for RTF_PRCLONING flag and check the tree for cloned routes)
 doesn't helps:) I've never hacked an OS kernel and the
 above is my best description of the problem so far:)
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808141750.KAA25357>