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

version 1.1.1.4, 2021/03/17 00:56:46 version 1.1.1.5, 2023/09/27 11:02:07
Line 1 Line 1
/* dnsmasq is Copyright (c) 2000-2021 Simon Kelley/* dnsmasq is Copyright (c) 2000-2022 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 64 Line 64
 #define OPTION_SIP_SERVER        120  #define OPTION_SIP_SERVER        120
 #define OPTION_VENDOR_IDENT      124  #define OPTION_VENDOR_IDENT      124
 #define OPTION_VENDOR_IDENT_OPT  125  #define OPTION_VENDOR_IDENT_OPT  125
   #define OPTION_MUD_URL_V4        161
 #define OPTION_END               255  #define OPTION_END               255
   
 #define SUBOPT_CIRCUIT_ID        1  #define SUBOPT_CIRCUIT_ID        1

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


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