commit | b31d8fc3016615571f79161b8405aa4033cdfb8d | [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 17:27:26 2012 +0400 |
tree | f17abe1585b337f1751c496e9ac99714bebcb79b | |
parent | 89e9f82e0b717c0e39bbffa104f9d9f817c19b46 [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.