X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=2b7829ef65c1d4a19759a5a33eb4efe3513310b5;hp=010cd9e1f449d60a993e0215b11d9f6f769ed3a0;hb=56c6a4a72a0e086074f69d2ee5cc46079d179dac;hpb=e9a21fdb43c9f94762a724db1a043b376f745ae3 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;