projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df29612
)
dhcp6: Define IA PD and PD Prefix option numbers
author
Patrik Flykt
<patrik.flykt@linux.intel.com>
Thu, 4 Jan 2018 13:11:45 +0000
(15:11 +0200)
committer
Patrik Flykt
<patrik.flykt@linux.intel.com>
Thu, 4 Jan 2018 13:22:43 +0000
(15:22 +0200)
src/systemd/sd-dhcp6-client.h
patch
|
blob
|
history
diff --git
a/src/systemd/sd-dhcp6-client.h
b/src/systemd/sd-dhcp6-client.h
index 37803c71d896a175f71263319ef472e0ff671505..2741b54eb08bfc93dc322372f6c365e95a68fb49 100644
(file)
--- 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 */