diff options
author | Tom Gundersen <teg@jklm.no> | 2014-03-03 15:43:02 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-03-03 16:48:02 +0100 |
commit | ce78df79b88d02d36cbf9e39e70ecb871750e16d (patch) | |
tree | 6fba4d4220d43c0bc27b5f6cedc3a504a078e923 /src/libsystemd-network/dhcp-protocol.h | |
parent | 8100c1a8f58b2fb5d97e156420a7e16562e93bc4 (diff) |
sd-dhcp-lease: add Root Path support
This is necessary when mounting /dev/nfs based on a DHCP lease.
Diffstat (limited to 'src/libsystemd-network/dhcp-protocol.h')
-rw-r--r-- | src/libsystemd-network/dhcp-protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-protocol.h b/src/libsystemd-network/dhcp-protocol.h index 81d36cef27..9aa9618b44 100644 --- a/src/libsystemd-network/dhcp-protocol.h +++ b/src/libsystemd-network/dhcp-protocol.h @@ -105,6 +105,7 @@ enum { DHCP_OPTION_DOMAIN_NAME_SERVER = 6, DHCP_OPTION_HOST_NAME = 12, DHCP_OPTION_DOMAIN_NAME = 15, + DHCP_OPTION_ROOT_PATH = 17, DHCP_OPTION_INTERFACE_MTU = 26, DHCP_OPTION_NTP_SERVER = 42, DHCP_OPTION_REQUESTED_IP_ADDRESS = 50, |