Diff for /embedaddon/dhcp/includes/dhcp.h between versions 1.1 and 1.1.1.1

version 1.1, 2012/02/21 22:30:18 version 1.1.1.1, 2012/10/09 09:06:54
Line 3 Line 3
    Protocol structures... */     Protocol structures... */
   
 /*  /*
    * Copyright (c) 2011-2012 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")   * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 1995-2003 by Internet Software Consortium   * Copyright (c) 1995-2003 by Internet Software Consortium
  *   *
Line 79  struct dhcp_packet { Line 80  struct dhcp_packet {
 #define HTYPE_ETHER     1               /* Ethernet 10Mbps              */  #define HTYPE_ETHER     1               /* Ethernet 10Mbps              */
 #define HTYPE_IEEE802   6               /* IEEE 802.2 Token Ring...     */  #define HTYPE_IEEE802   6               /* IEEE 802.2 Token Ring...     */
 #define HTYPE_FDDI      8               /* FDDI...                      */  #define HTYPE_FDDI      8               /* FDDI...                      */
   #define HTYPE_INFINIBAND  32            /* IP over Infiniband           */
   #define HTYPE_IPMP       255            /* IPMP - random hw address - there
                                            * is no standard for this so we
                                            * just steal a type            */
   
 /* Magic cookie validating dhcp options field (and bootp vendor  /* Magic cookie validating dhcp options field (and bootp vendor
    extensions field). */     extensions field). */

Removed from v.1.1  
changed lines
  Added in v.1.1.1.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>