summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp/includes/dhcpd.h
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-08-07 14:58:46 +0000
committermbr <mbr@FreeBSD.org>2003-08-07 14:58:46 +0000
commit61ffd164eb2255b37d9b746118aba086797f4a52 (patch)
tree590524c6ffd3de21ea263e23b63d6df7a88f1ea3 /contrib/isc-dhcp/includes/dhcpd.h
parentb6d11e962f7fb3829a2c07c2aef20e3919235cb9 (diff)
downloadFreeBSD-src-61ffd164eb2255b37d9b746118aba086797f4a52.zip
FreeBSD-src-61ffd164eb2255b37d9b746118aba086797f4a52.tar.gz
Do not poll during discover. Add a polling tunable to the interface
struct to be able to turn polling on/off. Tested by: Larry Rosenman <ler@lerctr.org>
Diffstat (limited to 'contrib/isc-dhcp/includes/dhcpd.h')
-rw-r--r--contrib/isc-dhcp/includes/dhcpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/isc-dhcp/includes/dhcpd.h b/contrib/isc-dhcp/includes/dhcpd.h
index e62e93b..cfce972 100644
--- a/contrib/isc-dhcp/includes/dhcpd.h
+++ b/contrib/isc-dhcp/includes/dhcpd.h
@@ -786,6 +786,7 @@ struct interface_info {
int ieee80211; /* True if media is ieee802.11 */
int havemedia; /* True if we have a media table */
int linkstate; /* True if we have link */
+ int polling; /* True if polling is enabled */
int forcediscover; /* True if a discover is needed */
int index; /* Its index. */
int rfdesc; /* Its read file descriptor. */
OpenPOWER on IntegriCloud