]> 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)
committerMaria Matejka <mq@ucw.cz>
Tue, 7 Jan 2025 19:40:17 +0000 (20:40 +0100)
commite063365590b9b857a5bd0acfa519783eba639bbf
tree5bc5e7877df0b134f23605541e6dd490310a1f27
parentcf659a05a4cf5ead18e0cfa5489db3c1b5c67fe6
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