diff options
author | Alex Crawford <alex.crawford@coreos.com> | 2015-03-03 19:07:31 -0800 |
---|---|---|
committer | Alex Crawford <alex.crawford@coreos.com> | 2015-08-04 03:23:43 -0700 |
commit | 85e22bfc3f9192d18f262c6978e926d74c6a6992 (patch) | |
tree | 04114e9862e1da1943e9247f561c4edcc4247b5c /src/libsystemd-network | |
parent | dbe465c93ea8a87da95919d3f0ee802865802cfa (diff) |
networkd: add DHCP options for private zone
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r-- | src/libsystemd-network/dhcp-protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-protocol.h b/src/libsystemd-network/dhcp-protocol.h index aa37e9b0b5..4308723f91 100644 --- a/src/libsystemd-network/dhcp-protocol.h +++ b/src/libsystemd-network/dhcp-protocol.h @@ -138,5 +138,7 @@ enum { DHCP_OPTION_VENDOR_CLASS_IDENTIFIER = 60, DHCP_OPTION_CLIENT_IDENTIFIER = 61, DHCP_OPTION_CLASSLESS_STATIC_ROUTE = 121, + DHCP_OPTION_PRIVATE_BASE = 224, + DHCP_OPTION_PRIVATE_LAST = 254, DHCP_OPTION_END = 255, }; |