From nobody@FreeBSD.org  Fri Jun 13 03:52:08 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B86A7106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jun 2008 03:52:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A02D18FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jun 2008 03:52:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5D3q7QC035722
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 13 Jun 2008 03:52:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5D3q7uf035721;
	Fri, 13 Jun 2008 03:52:07 GMT
	(envelope-from nobody)
Message-Id: <200806130352.m5D3q7uf035721@www.freebsd.org>
Date: Fri, 13 Jun 2008 03:52:07 GMT
From: Diordiyashenko Alexey  <d10r@rightside.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: RTM_MISS with the transit packets
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124540
>Category:       kern
>Synopsis:       [tcp] RTM_MISS with the transit packets
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    bz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 13 04:00:10 UTC 2008
>Closed-Date:    Sat Jul 12 12:55:37 UTC 2008
>Last-Modified:  Sat Jul 12 12:55:37 UTC 2008
>Originator:     Diordiyashenko Alexey
>Release:        .0-STABLE, updated Jun 3 2008
>Organization:
RightSide Ltd 
>Environment:
FreeBSD vpn.local 7.0-STABLE FreeBSD 7.0-STABLE
>Description:
When the transit package by almost every kernel package gives the message 
type:
[root@vpn /]# route -n monitor
got message of size 96 on Wed Jun  4 22:16:09 2008
RTM_MISS: Lookup failed on this address: len 96, pid: 0, seq 0, errno 0, 
flags:<DONE>
locks:  inits:
sockaddrs: <DST>
 default

got message of size 96 on Wed Jun  4 22:16:09 2008
RTM_MISS: Lookup failed on this address: len 96, pid: 0, seq 0, errno 0, 
flags:<DONE>
locks:  inits:
sockaddrs: <DST>
 default

as a consequence - Quagga - zebra high processing (bug kern/123621).
At the stable version, updated on Jun 3 2008, is a similar picture. But 
version FreeBSD 7.0-RELEASE all ok.

>How-To-Repeat:
Update to the stable version. Run "route -n monitor". Create packages in 
transit through this machine.

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-net 
Responsible-Changed-By: remko 
Responsible-Changed-When: Fri Jun 13 14:39:07 UTC 2008 
Responsible-Changed-Why:  
This looks like networking code :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124540 
Responsible-Changed-From-To: freebsd-net->bz 
Responsible-Changed-By: bz 
Responsible-Changed-When: Wed Jul 2 13:52:56 UTC 2008 
Responsible-Changed-Why:  
My fault most likely, patch out for review already. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124540 

From: Mike Tancsa <mike@sentex.net>
To: bug-followup@FreeBSD.org, d10r@rightside.ru
Cc:  
Subject: Re: kern/124540: [tcp] RTM_MISS with the transit packets
Date: Wed, 02 Jul 2008 09:41:06 -0400

 The patch  / fix appears to be in
 
 <http://lists.freebsd.org/pipermail/freebsd-net/2008-July/018717.html>http://lists.freebsd.org/pipermail/freebsd-net/2008-July/018717.html
 
          ---Mike
 
 
 --------------------------------------------------------------------
 Mike Tancsa,                                      tel +1 519 651 3400
 Sentex Communications,                            mike@sentex.net
 Providing Internet since 1994                    www.sentex.net
 Cambridge, Ontario Canada                         www.sentex.net/mike
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124540: commit references a PR
Date: Thu,  3 Jul 2008 12:45:08 +0000 (UTC)

 bz          2008-07-03 12:44:36 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/netinet          ip_input.c 
   Log:
   SVN rev 180215 on 2008-07-03 12:44:36Z by bz
   
   Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029,
   generating an RTM_MISS for every IP packet forwarded making user space
   routing daemons unhappy.
   
   PR:             kern/123621, kern/124540, kern/122338
   Reported by:    Paul <paul gtcomm.net>, Mike Tancsa <mike sentex.net> on net@
   Tested by:      Paul and Mike
   Reviewed by:    andre
   MFC after:      3 days
   
   Revision  Changes    Path
   1.337     +0 -1      src/sys/netinet/ip_input.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: bz 
State-Changed-When: Thu Jul 3 17:41:26 UTC 2008 
State-Changed-Why:  
Patched in HEAD, MFC in a few days 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124540 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/124540: commit references a PR
Date: Sat, 12 Jul 2008 12:41:47 +0000 (UTC)

 bz          2008-07-12 12:41:21 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     sys/netinet          ip_input.c 
   Log:
   SVN rev 180482 on 2008-07-12 12:41:21Z by bz
   
   MFC: rev. 1.337, svn 180215
   
     Remove a bogusly introduced rtalloc_ign() in rev. 1.335/SVN 178029,
     generating an RTM_MISS for every IP packet forwarded making user space
     routing daemons unhappy.
   
   PR:             kern/123621, kern/124540, kern/122338
   
   Revision   Changes    Path
   1.332.2.3  +0 -1      src/sys/netinet/ip_input.c
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: bz 
State-Changed-When: Sat Jul 12 12:55:18 UTC 2008 
State-Changed-Why:  
Patch was MFCed to 7-STABLE. Thanks for reporting. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124540 
>Unformatted:
