]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP: Align the BPF buffer to sizeof(struct ip *)
authorRoy Marples <roy@marples.name>
Wed, 12 Feb 2025 12:02:53 +0000 (12:02 +0000)
committerRoy Marples <roy@marples.name>
Wed, 12 Feb 2025 12:02:53 +0000 (12:02 +0000)
commit07a5fdd7d34b072e52c316877d14c6d2581cb379
tree205ca4d7f2221dc84be27abf9c85bf20f99cd635
parenteac7152ec04f5a330f01ab9504514a03f873b35c
DHCP: Align the BPF buffer to sizeof(struct ip *)

This is for non privsep only and should fix Sparc64.
Fixes #430.
src/dhcp.c