summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-protocol.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-05-16 00:50:44 +0200
committerTom Gundersen <teg@jklm.no>2014-07-28 10:44:51 +0200
commit615c1467c81411bf1d19fd7092e8995b5ebadc13 (patch)
tree9996462fadab28640b5ccda87227a8ba125e4eb1 /src/libsystemd-network/dhcp-protocol.h
parent0af03ba57f43b973463e15949c2830cbd228f19d (diff)
sd-dhcp-client: add support for FORCERENEW
This partially implements RFC3203. Note that we are not fully compliant as we do not support authentication.
Diffstat (limited to 'src/libsystemd-network/dhcp-protocol.h')
-rw-r--r--src/libsystemd-network/dhcp-protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-protocol.h b/src/libsystemd-network/dhcp-protocol.h
index 7c06b5ab68..f5119a7a58 100644
--- a/src/libsystemd-network/dhcp-protocol.h
+++ b/src/libsystemd-network/dhcp-protocol.h
@@ -95,6 +95,8 @@ enum {
DHCP_ACK = 5,
DHCP_NAK = 6,
DHCP_RELEASE = 7,
+ DHCP_INFORM = 8,
+ DHCP_FORCERENEW = 9,
};
enum {