summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2017-04-04 15:15:49 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2017-04-04 15:15:49 +0000
commitfaf58e0a0d1387d3cdf857e547de5b78647774c2 (patch)
treed38783942eb1626bfb43eaa28a31e0e05d915d31 /sbin/dhclient/dhcpd.h
parente8baad58717642ddcb50b01a70593e7cd630a622 (diff)
Send a RTM_PROPOSAL to clear out other dhclient instances on startup.
Replaces forcing interface link state down and up to generate RTM_IFINFO messages.
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index f599a6df629..1aae45d1a2f 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.163 2017/04/04 13:01:20 krw Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.164 2017/04/04 15:15:48 krw Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -131,6 +131,7 @@ struct client_state {
struct in_addr destination;
int flags;
#define IS_RESPONSIBLE 0x1
+#define IN_CHARGE 0x2
u_int32_t xid;
u_int16_t secs;
time_t first_sending;