mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 10:24:31 +04:00
unbound: bugfix add_local_fqdn with empty ULA
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
@@ -107,6 +107,12 @@ create_interface_dns() {
|
|||||||
if_fqdn="$ifdashname.$host_fqdn"
|
if_fqdn="$ifdashname.$host_fqdn"
|
||||||
|
|
||||||
|
|
||||||
|
if [ -z "${ulaprefix%%:/*}" ] ; then
|
||||||
|
# Nonsense so this option isn't globbed below
|
||||||
|
ulaprefix="fdno:such:addr::/48"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
if [ "$ignore" -gt 0 ] ; then
|
if [ "$ignore" -gt 0 ] ; then
|
||||||
mode="$UNBOUND_D_WAN_FQDN"
|
mode="$UNBOUND_D_WAN_FQDN"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user