]> git.ipfire.org Git - thirdparty/bird.git/commit
Lib: Ensure that all net_addr structures have the same alignment
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 16 Dec 2024 17:56:30 +0000 (18:56 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 16 Dec 2024 17:56:30 +0000 (18:56 +0100)
commit161aef353a56532752d5d0f97e432c0915058050
tree8704db94d8d3ce582f806f41de49e312a6a3f10b
parent34b7d77e06f7fa2756a68fa4b1ebdce509dfe277
Lib: Ensure that all net_addr structures have the same alignment

Also weaken the explicit alignment of net_addr to be u32, as VPN
is already u32-aligned.
lib/birdlib.h
lib/net.c
lib/net.h