X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=cf349388a36194852e0c7bf0c5fe49909a80014b;hp=2b7829ef65c1d4a19759a5a33eb4efe3513310b5;hb=d3cc614ef3120d504f2029a8e9494dccafdc14dd;hpb=79d005edf35a363e2d254e37ca2edcd743c2b4f6 diff --git a/src/odhcpd.h b/src/odhcpd.h index 2b7829e..cf34938 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -120,6 +120,10 @@ 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; + // Services enum odhcpd_mode ra; enum odhcpd_mode dhcpv6;