Diff for /embedaddon/dnsmasq/src/dhcp-common.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2014/06/15 16:31:38 version 1.1.1.3, 2016/11/02 09:57:01
Line 1 Line 1
/* dnsmasq is Copyright (c) 2000-2014 Simon Kelley/* dnsmasq is Copyright (c) 2000-2016 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 545  static const struct opttab_t { Line 545  static const struct opttab_t {
   { "parameter-request", 55, OT_INTERNAL },    { "parameter-request", 55, OT_INTERNAL },
   { "message", 56, OT_INTERNAL },    { "message", 56, OT_INTERNAL },
   { "max-message-size", 57, OT_INTERNAL },    { "max-message-size", 57, OT_INTERNAL },
  { "T1", 58, OT_INTERNAL | OT_TIME},  { "T1", 58, OT_TIME},
  { "T2", 59, OT_INTERNAL | OT_TIME},  { "T2", 59, OT_TIME},
   { "vendor-class", 60, 0 },    { "vendor-class", 60, 0 },
   { "client-id", 61, OT_INTERNAL },    { "client-id", 61, OT_INTERNAL },
   { "nis+-domain", 64, OT_NAME },    { "nis+-domain", 64, OT_NAME },
Line 599  static const struct opttab_t opttab6[] = { Line 599  static const struct opttab_t opttab6[] = {
   { "sntp-server", 31,  OT_ADDR_LIST },    { "sntp-server", 31,  OT_ADDR_LIST },
   { "information-refresh-time", 32, OT_TIME },    { "information-refresh-time", 32, OT_TIME },
   { "FQDN", 39, OT_INTERNAL | OT_RFC1035_NAME },    { "FQDN", 39, OT_INTERNAL | OT_RFC1035_NAME },
  { "ntp-server", 56,  OT_ADDR_LIST },  { "ntp-server", 56,  0 },
   { "bootfile-url", 59, OT_NAME },    { "bootfile-url", 59, OT_NAME },
   { "bootfile-param", 60, OT_CSTRING },    { "bootfile-param", 60, OT_CSTRING },
   { NULL, 0, 0 }    { NULL, 0, 0 }

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


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