diff options
author | Steven Barth <steven@midlink.org> | 2014-02-21 19:00:06 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-02-21 19:00:06 +0100 |
commit | 79d005edf35a363e2d254e37ca2edcd743c2b4f6 (patch) | |
tree | c797c89561f5b452972d885ec71879a9355989a2 /src/odhcpd.h | |
parent | 4b6fb015e3124ad1fbb266f70b5aea5c4d6cbc87 (diff) |
Fix wrong address pool being advertised
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |