Log source address of leasequeries.

This commit is contained in:
Simon Kelley
2025-04-23 12:53:51 +01:00
parent 43805c1859
commit 692ed0dd32
3 changed files with 22 additions and 13 deletions

View File

@@ -1659,7 +1659,7 @@ void lease_add_extradata(struct dhcp_lease *lease, unsigned char *data,
size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
size_t sz, time_t now, int unicast_dest, int loopback,
int *is_inform, int pxe, struct in_addr fallback,
time_t recvtime, int is_relay_use_source);
time_t recvtime, struct in_addr leasequery_source);
unsigned char *extended_hwaddr(int hwtype, int hwlen, unsigned char *hwaddr,
int clid_len, unsigned char *clid, int *len_out);
#endif