mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix regression in ospfd after upgrade to 0.99.20_2
PR: ports/162559 Submitted by: Ildar Hizbulin <hizel_at_vyborg.ru> Fixed by: maintainer Feature safe: Yes
This commit is contained in:
parent
42e944e912
commit
028ceb478f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285955
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= quagga
|
PORTNAME= quagga
|
||||||
PORTVERSION= 0.99.20
|
PORTVERSION= 0.99.20
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= net ipv6
|
CATEGORIES= net ipv6
|
||||||
MASTER_SITES= http://quagga.net/download/ \
|
MASTER_SITES= http://quagga.net/download/ \
|
||||||
http://www.ru.quagga.net/download/ \
|
http://www.ru.quagga.net/download/ \
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
ip_len = iph->ip_len;
|
ip_len = iph->ip_len;
|
||||||
|
|
||||||
-#if !defined(GNU_LINUX) && (OpenBSD < 200311)
|
-#if !defined(GNU_LINUX) && (OpenBSD < 200311)
|
||||||
+#if !defined(GNU_LINUX) && (OpenBSD < 200311) && (__FreeBSD_version >= 1000000)
|
+#if !defined(GNU_LINUX) && (OpenBSD < 200311) && (__FreeBSD_version < 1000000)
|
||||||
/*
|
/*
|
||||||
* Kernel network code touches incoming IP header parameters,
|
* Kernel network code touches incoming IP header parameters,
|
||||||
* before protocol specific processing.
|
* before protocol specific processing.
|
||||||
|
|
Loading…
Add table
Reference in a new issue