Browse Source
Merge pull request #17718 from pprindeville/isc-dhcp-fix-srvhost-rr
isc-dhcp: properly anchor SRV RR's
lilik-openwrt-22.03
Philip Prindeville
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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() { |
|
|
|