diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-11 03:25:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-11 03:25:31 +0000 |
commit | 4ae424f26819cda58dd24753bf580e87d2f0e018 (patch) | |
tree | cdca95fca1d7ff37fc2d5b699898caf0cff2db75 /usr.sbin/dhcp/includes/dhcpd.h | |
parent | dae50989c25c246202480f7c5f81d021f3f2c056 (diff) |
listen to the routing socket. if anyone messes with our interface by
taking it down, or deleting or adding an address, then we attempt to
cleanup and exit. ok vincent mcbride, wow from hin
Diffstat (limited to 'usr.sbin/dhcp/includes/dhcpd.h')
-rw-r--r-- | usr.sbin/dhcp/includes/dhcpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/dhcp/includes/dhcpd.h b/usr.sbin/dhcp/includes/dhcpd.h index 16c1ec7382f..9936965615b 100644 --- a/usr.sbin/dhcp/includes/dhcpd.h +++ b/usr.sbin/dhcp/includes/dhcpd.h @@ -392,6 +392,7 @@ struct interface_info { int noifmedia; int errors; int dead; + u_int16_t index; }; struct hardware_link { |