]> git.pld-linux.org Git - packages/dhcp.git/blob - dhcp-extravars.patch
Update to 4.4.2 and make it work @th-2020.
[packages/dhcp.git] / dhcp-extravars.patch
1 --- dhcp-4.4.2/client/dhclient.c.extravars      2021-04-02 12:50:00.989139908 +0000
2 +++ dhcp-4.4.2/client/dhclient.c                2021-04-02 12:55:15.477409996 +0000
3 @@ -89,8 +89,6 @@ static const char message [] = "Internet
4  static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";
5  #endif /* UNIT_TEST */
6  
7 -u_int16_t local_port = 0;
8 -u_int16_t remote_port = 0;
9  #if defined(DHCPv6) && defined(DHCP4o6)
10  int dhcp4o6_state = -1; /* -1 = stopped, 0 = polling, 1 = started */
11  #endif
12 --- dhcp-4.4.2/relay/dhcrelay.c.extravars       2021-04-02 13:05:13.513727484 +0000
13 +++ dhcp-4.4.2/relay/dhcrelay.c                 2021-04-02 13:05:33.690494049 +0000
14 @@ -95,9 +95,6 @@ enum { forward_and_append,    /* Forward an
15         forward_untouched,      /* Forward without changes. */
16         discard } agent_relay_mode = forward_and_replace;
17  
18 -u_int16_t local_port;
19 -u_int16_t remote_port;
20 -
21  /* Relay agent server list. */
22  struct server_list {
23         struct server_list *next;
24 --- dhcp-4.4.2/server/mdb.c.extravars   2019-12-17 19:13:31.000000000 +0000
25 +++ dhcp-4.4.2/server/mdb.c             2021-04-02 13:09:26.508311259 +0000
26 @@ -67,8 +67,6 @@ static host_id_info_t *host_id_info = NU
27  
28  int numclasseswritten;
29  
30 -omapi_object_type_t *dhcp_type_host;
31 -
32  isc_result_t enter_class(cd, dynamicp, commit)
33         struct class *cd;
34         int dynamicp;
This page took 0.049346 seconds and 3 git commands to generate.