Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2011 13:40:08 GMT
From:      "Ildar Hizbulin" <hizel@vyborg.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/162559: regression in ospfd after upgrade net/quagga to 0.99.20_2
Message-ID:  <201111141340.pAEDe8h8028402@freefall.freebsd.org>

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

From: "Ildar Hizbulin" <hizel@vyborg.ru>
To: bug-followup@freebsd.org, "Boris Kovalenko" <boris@tagnet.ru>
Cc:  
Subject: Re: ports/162559: regression in ospfd after upgrade net/quagga to
 0.99.20_2
Date: Mon, 14 Nov 2011 17:07:44 +0400

 On Mon, 14 Nov 2011 15:58:48 +0400, Boris Kovalenko <boris@tagnet.ru>  
 wrote:
 
 > Hello!
 >
 >      Would You please check this patch?
 >
 
 Hello!
 
 patch work for me
 
 --- ospfd/ospf_packet.c.orig    2011-09-29 18:59:32.000000000 +0600
 +++ ospfd/ospf_packet.c 2011-11-12 12:02:58.000000000 +0600
 @@ -2116,7 +2116,7 @@
 
     ip_len = iph->ip_len;
 
 -#if !defined(GNU_LINUX) && (OpenBSD < 200311)
 +#if !defined(GNU_LINUX) && (OpenBSD < 200311) && (__FreeBSD_version <=  
 900045)
     /*
      * Kernel network code touches incoming IP header parameters,
      * before protocol specific processing.
 
 
 thank you!
 
 -- 
 e-mail: hizel@vyborg.ru
 jid: hizel@vyborg.ru



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