From: Patrik Flykt Date: Thu, 4 Jan 2018 13:11:45 +0000 (+0200) Subject: dhcp6: Define IA PD and PD Prefix option numbers X-Git-Tag: v237~103^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831ad964457a9ce45b0ec32e82cbd272b4650eb7;p=thirdparty%2Fsystemd.git dhcp6: Define IA PD and PD Prefix option numbers --- diff --git a/src/systemd/sd-dhcp6-client.h b/src/systemd/sd-dhcp6-client.h index 37803c71d89..2741b54eb08 100644 --- a/src/systemd/sd-dhcp6-client.h +++ b/src/systemd/sd-dhcp6-client.h @@ -64,6 +64,8 @@ enum { SD_DHCP6_OPTION_DNS_SERVERS = 23, /* RFC 3646 */ SD_DHCP6_OPTION_DOMAIN_LIST = 24, /* RFC 3646 */ + SD_DHCP6_OPTION_IA_PD = 25, /* RFC 3633, prefix delegation */ + SD_DHCP6_OPTION_IA_PD_PREFIX = 26, /* RFC 3633, prefix delegation */ SD_DHCP6_OPTION_SNTP_SERVERS = 31, /* RFC 4075, deprecated */