Diff for /embedaddon/dnsmasq/src/dhcp6-protocol.h between versions 1.1.1.3 and 1.1.1.5

version 1.1.1.3, 2016/11/02 09:57:01 version 1.1.1.5, 2023/09/27 11:02:07
Line 1 Line 1
/* dnsmasq is Copyright (c) 2000-2016 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 55 Line 55
 #define OPTION6_RECONF_ACCEPT   20  #define OPTION6_RECONF_ACCEPT   20
 #define OPTION6_DNS_SERVER      23  #define OPTION6_DNS_SERVER      23
 #define OPTION6_DOMAIN_SEARCH   24  #define OPTION6_DOMAIN_SEARCH   24
   #define OPTION6_IA_PD           25
   #define OPTION6_IAPREFIX        26
 #define OPTION6_REFRESH_TIME    32  #define OPTION6_REFRESH_TIME    32
 #define OPTION6_REMOTE_ID       37  #define OPTION6_REMOTE_ID       37
 #define OPTION6_SUBSCRIBER_ID   38  #define OPTION6_SUBSCRIBER_ID   38
 #define OPTION6_FQDN            39  #define OPTION6_FQDN            39
   #define OPTION6_NTP_SERVER      56
 #define OPTION6_CLIENT_MAC      79  #define OPTION6_CLIENT_MAC      79
   #define OPTION6_MUD_URL         112
   
/* replace this with the real number when allocated.#define NTP_SUBOPTION_SRV_ADDR  1
   defining this also enables the relevant code. */ #define NTP_SUBOPTION_MC_ADDR   2
/* #define OPTION6_PREFIX_CLASS    99 */#define NTP_SUBOPTION_SRV_FQDN  3
   
   
 #define DHCP6SUCCESS     0  #define DHCP6SUCCESS     0
 #define DHCP6UNSPEC      1  #define DHCP6UNSPEC      1
 #define DHCP6NOADDRS     2  #define DHCP6NOADDRS     2
 #define DHCP6NOBINDING   3  #define DHCP6NOBINDING   3
 #define DHCP6NOTONLINK   4  #define DHCP6NOTONLINK   4
 #define DHCP6USEMULTI    5  #define DHCP6USEMULTI    5
   

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


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