From: Alan T. DeKok Date: Wed, 15 May 2019 13:58:32 +0000 (-0400) Subject: add allowance for DHCP lease query X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e91dbd4ddd86614a64599ad4ecc8a517b715e4;p=thirdparty%2Ffreeradius-server.git add allowance for DHCP lease query --- diff --git a/src/modules/proto_dhcpv4/proto_dhcpv4.c b/src/modules/proto_dhcpv4/proto_dhcpv4.c index 81661e13a5e..c2dbb139772 100644 --- a/src/modules/proto_dhcpv4/proto_dhcpv4.c +++ b/src/modules/proto_dhcpv4/proto_dhcpv4.c @@ -123,6 +123,7 @@ static int type_parse(TALLOC_CTX *ctx, void *out, UNUSED void *parent, [FR_DHCP_NAK] = "base", [FR_DHCP_RELEASE] = "base", [FR_DHCP_INFORM] = "base", + [FR_DHCP_LEASE_QUERY] = "base", [FR_DHCP_MAX] = NULL, };