diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-12-05 22:31:36 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-12-05 22:31:36 +0000 |
commit | 94863acab98b3fa6db4fba64aaa490bbac8cdffb (patch) | |
tree | bc0287a120069d4fa269c6f3e8c7fff9551f63cd /usr.sbin/dhcpd/dhcp.h | |
parent | 10db32d72ff4ca4ba40b5b52219f5ebf55f4f69a (diff) |
Stop pretending we still support FDDI or token ring hardware types.
idea ok deraadt@ matthew@
Diffstat (limited to 'usr.sbin/dhcpd/dhcp.h')
-rw-r--r-- | usr.sbin/dhcpd/dhcp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcp.h b/usr.sbin/dhcpd/dhcp.h index ec94a633119..5ee1e5f102a 100644 --- a/usr.sbin/dhcpd/dhcp.h +++ b/usr.sbin/dhcpd/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.8 2013/01/13 18:38:02 krw Exp $ */ +/* $OpenBSD: dhcp.h,v 1.9 2013/12/05 22:31:35 krw Exp $ */ /* Protocol structures... */ @@ -81,8 +81,6 @@ struct dhcp_packet { /* Possible values for hardware type (htype) field... */ #define HTYPE_ETHER 1 /* Ethernet */ -#define HTYPE_IEEE802 6 /* IEEE 802.2 Token Ring... */ -#define HTYPE_FDDI 8 /* FDDI... */ #define HTYPE_IPSEC_TUNNEL 31 /* IPsec Tunnel (RFC3456) */ /* Magic cookie validating dhcp options field (and bootp vendor |