diff options
author | Steven Barth <steven@midlink.org> | 2014-04-01 11:19:31 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-04-01 11:19:31 +0200 |
commit | d12c7b8c39bc0f727bde5aa34595e9a581891dca (patch) | |
tree | ce1cbba4f2e879720f30679a66f40f26288e62e8 /src/odhcpd.h | |
parent | 2b4200f2510874a3ee9c09f594d5ab6340ffb336 (diff) |
Complete managed PD/CER-ID support
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 d0373f5..cf34938 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -122,6 +122,7 @@ struct interface { // Managed PD char dhcpv6_pd_manager[128]; + struct in6_addr dhcpv6_pd_cer; // Services enum odhcpd_mode ra; |