Diff for /embedaddon/dnsmasq/src/dhcp-protocol.h between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2016/11/02 09:57:01 version 1.1.1.4, 2021/03/17 00:56:46
Line 1 Line 1
/* dnsmasq is Copyright (c) 2000-2016 Simon Kelley/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley
   
    This program is free software; you can redistribute it and/or modify     This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
Line 19 Line 19
 #define DHCP_CLIENT_ALTPORT 1068  #define DHCP_CLIENT_ALTPORT 1068
 #define PXE_PORT 4011  #define PXE_PORT 4011
   
   /* These each hold a DHCP option max size 255
      and get a terminating zero added */
   #define DHCP_BUFF_SZ 256
   
 #define BOOTREQUEST              1  #define BOOTREQUEST              1
 #define BOOTREPLY                2  #define BOOTREPLY                2
 #define DHCP_COOKIE              0x63825363  #define DHCP_COOKIE              0x63825363
Line 50 Line 54
 #define OPTION_SNAME             66  #define OPTION_SNAME             66
 #define OPTION_FILENAME          67  #define OPTION_FILENAME          67
 #define OPTION_USER_CLASS        77  #define OPTION_USER_CLASS        77
   #define OPTION_RAPID_COMMIT      80
 #define OPTION_CLIENT_FQDN       81  #define OPTION_CLIENT_FQDN       81
 #define OPTION_AGENT_ID          82  #define OPTION_AGENT_ID          82
 #define OPTION_ARCH              93  #define OPTION_ARCH              93

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


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