Merge pull request #5972 from rubenk/eigrpd-remove-workaround-for-old-openbsd

eigrpd: stop checking for ancient OpenBSD
This commit is contained in:
Donald Sharp 2020-03-13 07:20:20 -04:00 committed by GitHub
commit 0886f49ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -749,7 +749,7 @@ static struct stream *eigrp_recv_packet(struct eigrp *eigrp,
ip_len = iph->ip_len;
#if !defined(GNU_LINUX) && (OpenBSD < 200311) && (__FreeBSD_version < 1000000)
#if defined(__FreeBSD__) && (__FreeBSD_version < 1000000)
/*
* Kernel network code touches incoming IP header parameters,
* before protocol specific processing.