X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fdhcpv6.h;h=c0775f190c90559f61ffbbe65f68f7a2eb140356;hp=d9f42c816b88b23a346bc8f08d282b5c0df90226;hb=16cd87e8a76884802896495eb0e39461d8303c0f;hpb=73850ae66e29b6cebf73a787a639f8400c6c94ab diff --git a/src/dhcpv6.h b/src/dhcpv6.h index d9f42c8..c0775f1 100644 --- a/src/dhcpv6.h +++ b/src/dhcpv6.h @@ -155,6 +155,9 @@ struct dhcpv6_assignment { ssize_t managed_size; struct ustream_fd managed_sock; + uint32_t leasetime; + unsigned int flags; + uint8_t clid_len; uint8_t clid_data[]; };