mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 19:54:50 +00:00
Merge pull request #17718 from pprindeville/isc-dhcp-fix-srvhost-rr
isc-dhcp: properly anchor SRV RR's
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user