diff options
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 8ab51dc..08b4920 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -350,6 +350,7 @@ struct interface { bool dhcpv6_pd; bool dhcpv6_na; uint32_t dhcpv6_hostid_len; + uint32_t dhcpv6_pd_min_len; // minimum delegated prefix length char *upstream; size_t upstream_len; |