]> git.ipfire.org Git - thirdparty/bird.git/commit
BSD: Fix alignment issue
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 4 Sep 2017 20:32:45 +0000 (22:32 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Mon, 4 Sep 2017 20:32:45 +0000 (22:32 +0200)
commit9befc7cc4f26889077ace537019de92903139133
treeae94a893c590555bee5593eaa1545cf2158d8893
parent96eace1ea70d7c2bc13672fbeba104d34d8ede4c
BSD: Fix alignment issue

Incorrect structure alignment breaks kernel routing table updates on
FreeBSD/ARM (and perhaps other platforms).

Thanks to Eugene Sevastyanov for the original patch.
sysdep/bsd/krt-sock.c