summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-06-10 21:47:39 +0000
committerRoy Marples <roy@marples.name>2008-06-10 21:47:39 +0000
commit7349c9bf8cf950dfb92d53f9a860f34b33d97229 (patch)
tree7e36b50574c8c98e25fa649f392939153fc42e0a /dhcpcd.h
parent92a3dcc2539eadd6a55a4f1fee3bd6c3b71d9255 (diff)
downloaddhcpcd-7349c9bf8cf950dfb92d53f9a860f34b33d97229.tar.xz
Remove KEEPADDRESS as it makes no sense right now. Also, fix adding --request without an address.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index bbdd2207..ac1a651a 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -61,7 +61,6 @@ extern char *dhcpcd_skiproutes;
#define DHCPCD_IPV4LL (1 << 10)
#define DHCPCD_DUID (1 << 11)
#define DHCPCD_PERSISTENT (1 << 12)
-#define DHCPCD_KEEPADDRESS (1 << 13)
#define DHCPCD_DAEMONISE (1 << 14)
#define DHCPCD_DAEMONISED (1 << 15)
#define DHCPCD_TEST (1 << 16)