diff options
Diffstat (limited to 'usr.sbin/dhcp/includes/dhcp.h')
-rw-r--r-- | usr.sbin/dhcp/includes/dhcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/dhcp/includes/dhcp.h b/usr.sbin/dhcp/includes/dhcp.h index 18127757952..b96ec3d096d 100644 --- a/usr.sbin/dhcp/includes/dhcp.h +++ b/usr.sbin/dhcp/includes/dhcp.h @@ -84,6 +84,7 @@ struct dhcp_packet { /* Possible values for hardware type (htype) field... */ #define HTYPE_ETHER 1 /* Ethernet 10Mbps */ #define HTYPE_IEEE802 6 /* IEEE 802.2 Token Ring... */ +#define HTYPE_FDDI 8 /* FDDI... */ /* Magic cookie validating dhcp options field (and bootp vendor extensions field). */ |