]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- prevent dhcpd putting 8-byte dhcp-lease-time option in packets, from FC auto/ac/dhcp-3_0_4-2 auto/th/dhcp-3_0_4-2
authortommat <tommat@pld-linux.org>
Wed, 24 May 2006 13:55:44 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-dhcpd_lease_time.patch -> 1.1

dhcp-dhcpd_lease_time.patch [new file with mode: 0644]

diff --git a/dhcp-dhcpd_lease_time.patch b/dhcp-dhcpd_lease_time.patch
new file mode 100644 (file)
index 0000000..907e492
--- /dev/null
@@ -0,0 +1,11 @@
+--- dhcp-3.0.4/includes/dhcpd.h.bz191470       2006-05-16 10:42:13.000000000 -0400
++++ dhcp-3.0.4/includes/dhcpd.h        2006-05-16 12:22:26.000000000 -0400
+@@ -339,7 +339,7 @@
+       struct option_state *options;
+       struct data_string parameter_request_list;
+       int max_message_size;
+-      TIME expiry, renewal, rebind;
++      u_int32_t expiry, renewal, rebind;
+       struct data_string filename, server_name;
+       int got_requested_address;
+       int got_server_identifier;
This page took 0.070118 seconds and 4 git commands to generate.