mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 09:00:55 +00:00
Merge pull request #5972 from rubenk/eigrpd-remove-workaround-for-old-openbsd
eigrpd: stop checking for ancient OpenBSD
This commit is contained in:
commit
0886f49ea9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user