diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-02-04 14:55:30 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2021-02-04 14:58:33 -0700 |
commit | 0c360d1c6ba1d4fb2b51450911a3949542e3dff1 (patch) | |
tree | 42267febde59d219d10a3ac89f82bdf708655cc4 /net/isc-dhcp/Makefile | |
parent | d8a1db00b0a6e790316f6430a4b276c4c0ee1651 (diff) |
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 <philipp@redfish-solutions.com>
Diffstat (limited to 'net/isc-dhcp/Makefile')
-rw-r--r-- | net/isc-dhcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |