commit | de5ccb96023181765c9904ab40e645c397f536d6 | [log] [tgz] |
---|---|---|
author | Dmitrij Tejblum <tejblum@yandex-team.ru> | Mon Dec 12 20:30:10 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Jan 02 18:37:32 2012 +0400 |
tree | 6f933ed4a727da24167cac66138418de4088d135 | |
parent | 2ea1ab1c30c765cd4703794fcfaf044454fb533c [diff] |
ospfd: fix packet reception for FreeBSD 10. * ospf_packet.c (ospf_recv_packet): FreeBSD, starting from version 10, will not subtract the IP header size from ip_len. This is the patch from FreeBSD's ports/net/quagga/files/patch-ospfd__ospf_packet.c, by Boris Kovalenko.