diff options
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h index 10f26b1..5157f1f 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -236,6 +236,8 @@ struct interface { void *dhcpv6_raw; size_t dhcpv6_raw_len; bool dhcpv6_assignall; + bool dhcpv6_pd; + bool dhcpv6_na; char *upstream; size_t upstream_len; |