summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-protocol.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-07-22 17:18:14 -0500
committerTom Gundersen <teg@jklm.no>2014-07-23 09:19:47 +0200
commit6946f79d98430fccb1e0c947c135c807bc73a9c5 (patch)
treeebf01acc40d56776806e583e72e524766d943ca7 /src/libsystemd-network/dhcp6-protocol.h
parent28cc555d8504c9429776aedbbe1fee7101258578 (diff)
dhcp-network: remove unused DHCP6_STATE_RS
Probably a left-over from when router solicitations were requested in the DHCP6 code. But since they are now separate, this state is no longer needed.
Diffstat (limited to 'src/libsystemd-network/dhcp6-protocol.h')
-rw-r--r--src/libsystemd-network/dhcp6-protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp6-protocol.h b/src/libsystemd-network/dhcp6-protocol.h
index e9ae598b7a..eaa671711f 100644
--- a/src/libsystemd-network/dhcp6-protocol.h
+++ b/src/libsystemd-network/dhcp6-protocol.h
@@ -71,7 +71,6 @@ enum {
enum DHCP6State {
DHCP6_STATE_STOPPED = 0,
- DHCP6_STATE_RS = 1,
DHCP6_STATE_SOLICITATION = 2,
DHCP6_STATE_REQUEST = 3,
DHCP6_STATE_BOUND = 4,