From: Philip Prindeville Date: Sat, 29 Jan 2022 04:32:53 +0000 (-0700) Subject: isc-dhcp: properly anchor SRV RR's X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=93c9a1cb7a97465e3543b96eb0316f358d456abe;p=openwrt-packages.git isc-dhcp: properly anchor SRV RR's Signed-off-by: Philip Prindeville --- diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 46921ba3f..567c93a47 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:=18 +PKG_RELEASE:=19 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE diff --git a/net/isc-dhcp/files/dhcpd.init b/net/isc-dhcp/files/dhcpd.init index 680c112d1..ab25b3258 100755 --- a/net/isc-dhcp/files/dhcpd.init +++ b/net/isc-dhcp/files/dhcpd.init @@ -247,7 +247,7 @@ static_srvhost_add() { config_get weight "$cfg" "weight" [ -n "$weight" ] || return 0 - update "$srv.$domain." IN SRV "$priority" "$weight" "$port" "$target" + update "$srv.$domain." IN SRV "$priority" "$weight" "$port" "$target.$domain" } static_srvhosts() {