Diff for /embedaddon/dnsmasq/src/dhcp6-protocol.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/07/29 19:37:40 version 1.1.1.2, 2014/06/15 16:31:38
Line 1 Line 1
/* dnsmasq is Copyright (c) 2000-2013 Simon Kelley/* dnsmasq is Copyright (c) 2000-2014 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_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_CLIENT_MAC      79
   
 /* replace this with the real number when allocated.  /* replace this with the real number when allocated.
    defining this also enables the relevant code. */      defining this also enables the relevant code. */ 

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


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