mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
unbound: fix local dns synthesis corner cases
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
This commit is contained in:
@@ -112,10 +112,11 @@ bundle_all_networks() {
|
||||
|
||||
bundle_lan_networks() {
|
||||
local cfg="$1"
|
||||
local ifsubnet ifname ifdashname ignore
|
||||
local interface ifsubnet ifname ifdashname ignore
|
||||
|
||||
config_get_bool ignore "$cfg" ignore 0
|
||||
network_get_device ifname "$cfg"
|
||||
config_get interface "$cfg" interface ""
|
||||
network_get_device ifname "$interface"
|
||||
ifdashname="${ifname//./-}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user