X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=6b90831c8410075756b07f30c6f1fd0f7005405e;hp=2b7829ef65c1d4a19759a5a33eb4efe3513310b5;hb=87b974a21add279ce7f7be31f7b22f7ea97949c3;hpb=79d005edf35a363e2d254e37ca2edcd743c2b4f6 diff --git a/src/odhcpd.h b/src/odhcpd.h index 2b7829e..6b90831 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -120,6 +120,12 @@ struct interface { struct odhcpd_event dhcpv4_event; struct list_head dhcpv4_assignments; + // Managed PD + char dhcpv6_pd_manager[128]; + struct in6_addr dhcpv6_pd_cer; + void *dhcpv6_raw; + size_t dhcpv6_raw_len; + // Services enum odhcpd_mode ra; enum odhcpd_mode dhcpv6;