When generating SRV RRs we're omitting the trailing dot that
roots the domain.
Signed-off-by: Philip Prindeville <[email protected]>
UPSTREAM_NAME:=dhcp
PKG_REALVERSION:=4.4.3-P1
PKG_VERSION:=4.4.3_p1
-PKG_RELEASE:=11
+PKG_RELEASE:=12
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
config_get weight "$cfg" "weight"
[ -n "$weight" ] || return 0
- update "$srv.$domain." IN SRV "$priority" "$weight" "$port" "$target.$domain"
+ update "$srv.$domain." IN SRV "$priority" "$weight" "$port" "$target.$domain."
}
static_srvhosts() {