X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=src%2Fodhcpd.h;h=2b7829ef65c1d4a19759a5a33eb4efe3513310b5;hb=d8cfeab6d37b470a33eeb0fac34934442f890f20;hp=010cd9e1f449d60a993e0215b11d9f6f769ed3a0;hpb=e9a21fdb43c9f94762a724db1a043b376f745ae3;p=project%2Fodhcpd.git diff --git a/src/odhcpd.h b/src/odhcpd.h index 010cd9e..2b7829e 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -68,6 +68,7 @@ struct odhcpd_event { struct odhcpd_ipaddr { struct in6_addr addr; uint8_t prefix; + uint8_t dprefix; bool has_class; uint16_t class; uint32_t preferred;