X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=dfaec9b2bc99edcbc2dc9cca205f61f1f6ac431a;hp=d0373f56291841a0b178df15fc6a65835e4d8ec9;hb=ec3320078c11474b8ea48225f330c15d9471e312;hpb=2b4200f2510874a3ee9c09f594d5ab6340ffb336 diff --git a/src/odhcpd.h b/src/odhcpd.h index d0373f5..dfaec9b 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -122,6 +122,7 @@ struct interface { // Managed PD char dhcpv6_pd_manager[128]; + struct in6_addr dhcpv6_pd_cer; // Services enum odhcpd_mode ra; @@ -156,11 +157,16 @@ struct interface { uint8_t *search; size_t search_len; + void *dhcpv6_raw; + size_t dhcpv6_raw_len; + char* static_ndp; size_t static_ndp_len; char *upstream; size_t upstream_len; + + char *filter_class; }; extern struct list_head interfaces;