]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP6: Remove the dhcp6_pd_addr packed struct
authorRoy Marples <roy@marples.name>
Thu, 1 Aug 2024 17:03:39 +0000 (18:03 +0100)
committerRoy Marples <roy@marples.name>
Fri, 2 Aug 2024 08:28:34 +0000 (09:28 +0100)
commit96d3912e3357349535010e62364c86629b83f2f5
tree376de2b217286d9af0352a8ff07ea60bf41c2c93
parent23841dd9e09d7ed555a389b809220d9093c8ef88
DHCP6: Remove the dhcp6_pd_addr packed struct

Some compilers just don't support this.
We need to manually copy this in and out.

Fixes #347.
src/common.h
src/dhcp6.c