- 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
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= quagga
|
||||
PORTVERSION= 0.99.20
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://quagga.net/download/ \
|
||||
http://www.ru.quagga.net/download/ \
|
||||
|
@ -5,7 +5,7 @@
|
||||
ip_len = iph->ip_len;
|
||||
|
||||
-#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,
|
||||
* before protocol specific processing.
|
||||
|
Loading…
Reference in New Issue
Block a user