You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dhcpd.patch 1007B

1234567891011121314151617181920212223
  1. diff -ru ../../orig/dhcp-3.0.4b2/common/options.c ./common/options.c
  2. --- ../../orig/dhcp-3.0.4b2/common/options.c 2005-11-02 01:19:03.000000000 +0200
  3. +++ ./common/options.c 2005-12-06 14:38:17.000000000 +0200
  4. @@ -537,6 +537,7 @@
  5. priority_list [priority_len++] = DHO_DHCP_LEASE_TIME;
  6. priority_list [priority_len++] = DHO_DHCP_MESSAGE;
  7. priority_list [priority_len++] = DHO_DHCP_REQUESTED_ADDRESS;
  8. + priority_list [priority_len++] = DHO_DHCP_CLIENT_IDENTIFIER;
  9. priority_list [priority_len++] = DHO_FQDN;
  10. if (prl && prl -> len > 0) {
  11. diff -ru ../../orig/dhcp-3.0.4b2/includes/site.h ./includes/site.h
  12. --- ../../orig/dhcp-3.0.4b2/includes/site.h 2002-03-12 20:33:39.000000000 +0200
  13. +++ ./includes/site.h 2005-12-06 14:36:55.000000000 +0200
  14. @@ -135,7 +135,7 @@
  15. the aforementioned problems do not matter to you, or if no other
  16. API is supported for your system, you may want to go with it. */
  17. -/* #define USE_SOCKETS */
  18. +#define USE_SOCKETS
  19. /* Define this to use the Sun Streams NIT API.