From 0c360d1c6ba1d4fb2b51450911a3949542e3dff1 Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Thu, 4 Feb 2021 14:55:30 -0700 Subject: isc-dhcp: treat 'config host' like superset of 'config domain' Not including an A record mapping will cause nsupdate to balk at CNAME and MX records (and probably SRV as well) because the target will be unknown at the time of parsing, until the lease gets activated. We need these RR's to be in place well before the servers even come up. Signed-off-by: Philip Prindeville --- net/isc-dhcp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/isc-dhcp/Makefile') diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index ee5b51320..8db25d841 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=isc-dhcp UPSTREAM_NAME:=dhcp PKG_VERSION:=4.4.1 -PKG_RELEASE:=14 +PKG_RELEASE:=15 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE -- cgit v1.2.3